Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

No suitable driver found for Oracle jdbc attempt

511785Aug 17 2009 — edited Aug 22 2009
I am trying to connect to Oracle 9i using jdbc on Tomcat 6.0.18 and keep getting error message:
java.sql.SQLException: no suitable driver found

I have the correct oracle url and the driver (ojdbc14) is loaded and in the classpath.
I tried different driver syntax:
oracle.jdbc.OracleDriver
and
oracle.jdbc.driver.OracleDriver

Please advise what else I can check?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 19 2009
Added on Aug 17 2009
2 comments
264 views