Greetings,
I am a hibernate new user, so help me please!!!
I am using the Hibernate 3.0.1, Eclipse 3.1.M6 width jboss Eclipse IDE 1.5.M1-hibernate-tools and Oracle 9i on Windows XP PRO.
My goal is to create Hibernate Artifacts from my Oracle 9i database, using "Reverse Engineer from JDBC Connection" and "Generate domain code."
Here is my Hibernate.properties file:
...
property name="hibernate.connection.username">ALERT
property name="hibernate.connection.password">***
property name="hibernate.dialect">org.hibernate.dialect.Oracle9Dialect property name="hibernate.connection.url">jdbc:oracle:thin:@IP:1521:EHRTESTE
property name="hibernate.connection.driver_class">oracle.jdbc.driver.OracleDriver
...
I make the console width de hibernate.cfg.xml and i have included the jar of oracle jdbc (classes12.jar and nls...)
When i try to generate the mapping classes i get the following error:
"Error under artifact generation
Reason: org.hibernate.exception.GenericJDBCException:Reading from database "
Please help.
|