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!

jdbc with oracle 9i help

843859Jul 10 2006 — edited Jul 10 2006
Hi guys. I have a question I am using jdbc (1.6.0 beta 2) and I am using Oracle 9i on a different computer. So I create a connection and it gives me this error:

Exception in thread "main" java.sql.SQLException: No suitable driver found for jdbc:oracle:thin:@172.23.22.107:1521:paveldb
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at main.main(main.java:7)

This tells me that I need to install driver. How do I do it? Can anyone help.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 7 2006
Added on Jul 10 2006
4 comments
239 views