hi ,
I m geting this exception ... .
ERROR org.hibernate.util.JDBCExceptionReporter - No suitable driver
I have mentioned following in the hibernate.cfg.xml file
<property name="connection.username">user</property>
<property name="connection.url">oracle.jdbc.driver.OracleDriver:jdbc:oracle:thin:@host:1521:conn_str,user,password</property>
<property name="dialect">org.hibernate.dialect.Oracle9Dialect</property>
<property name="connection.password">password</property>
<property name="connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
when I run the class, I m getting this exception when program try to fetch values from DB.
is there something which I m missing.
thanx for the help
Regards
abhi
|