我用的hibernate.properties配置的
具体内容如下hibernate.dialect= net.sf.hibernate.dialect.OracleDialecthibernate.connection.driver_class= oracle.jdbc.driver.OracleDriver
hibernate.connection.username =scott
hibernate.connection.password =tiger
hibernate.connection.url =jdbc:oracle:thin:@localhost:1521:ORAC