Beginner |
|
Joined: Sun Aug 22, 2004 5:32 pm Posts: 40
|
I am wasting a lot of time looking for the proper information to put in the hibernate.properties file to configure it for oracle. Does anyone know what I need to use? Or maybe where I can find this info?
Here is what I have so far, but it won't work:
hibernate.dialect=net.sf.hibernate.dialect.OracleDialect
hibernate.connection.driver_class=oracle.jdbc.driver.OracleDriver
hibernate.connection.url=jdbc:oracle:thin:@localhost:1521:bsadir.BSADIRECT
hibernate.connection.username=system
hibernate.password=xxxxxxxxxx
I get a connection refused error when trying to connect with hibernate and create the schema.
Thanks.
|
|