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!

Why am I having problems using the Oracle 9i JDBC drivers talking to Oracl

395809May 30 2003 — edited Jun 5 2003
Having problems connecting Java app using jdbc to Oracle 9.
What is the problem.
I am also doing:
Class.forName("oracle.jdbc.OracleDriver");
I get:
Trying to use Oracle.jdbc.OracleDriver
Cannot find the database driver classes.
java.lang.ClassNotFoundException: Oracle.jdbc.OracleDriver

1) Which is right?
2) Why does the right one not work?
3) What is the solution. I would prefer not to use ODBC if possible.

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 3 2003
Added on May 30 2003
3 comments
297 views