Has Anyone
Oracle Database 10g Express Edition up and running with hibernate (3.1)? I use the following configuration:
Code:
## Oracle 10G
hibernate.dialect org.hibernate.dialect.OracleDialect
hibernate.connection.driver oracle.jdbc.driver.OracleDriver
hibernate.connection.username roland
hibernate.connection.password roland
#hibernate.connection.url jdbc:oracle:thin:@localhost:1521:ORCL
hibernate.connection.url jdbc:oracle:thin:@localhost:1521:xe
With the
ojdbc14.jar driver.
But when I start this, I experience a "No suitable driver" error...
Greetings,
Roland Beuker