jdbc with oracle 9i help
843859Jul 10 2006 — edited Jul 10 2006Hi 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.