Skip to Main Content

Java Database Connectivity (JDBC)

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

oracle.jdbc.driver.OracleDriver not found

843859Oct 26 2007 — edited Oct 29 2007
I have a program which connects to a Oracle Database through JDBC on Ubuntu 7.04 Feisty Fawn; well, it's still trying to do it. The Oracle's release is 10g, so I'm using "ojdbc14.jar" file to connect to it. This jar file is included correctly in the classpath environment variable.

The error message is the next one:
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
java.sql.SQLException: No driver found for jdbc:oracle:thin:@10.111.9.5:1522:DBDMR10

Please, answer as soon as possible, any suggestion is welcomed.

Thanks

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 26 2007
Added on Oct 26 2007
3 comments
1,554 views