(在线痴等)hibernate+oracle出现了错误。求解
<property name="hibernate.connection.url">
jdbc:oracle:thin:@localhost:1521:LUJIE
</property>
<property name="hibernate.connection.driver_class">
oracle.jdbc.driver.OracleDriver
</property>
<property name="hibernate.connection.username">root</property>
<property name="hibernate.connection.password">HELLO</property>
<property name="hibernate.dialect">
org.hibernate.dialect.OracleDialect
</property>
<property name="hibernate.show_sql">true</property>
我在配置文件里这样配的 错误提示是 必须给用户已个JDBC的连接