Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: JDBC Java -> Oracle connection problem ...
In comp.lang.java.programmer cwang9_at_yahoo.com wrote:
> symbol : class OracleDriver
> location: package driver
> DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
> ^
> 1 error
The problem is not that it can't create the driver, but that it does not find the specified class, because oracle.jdbc is not a Java class. If you want to use the Oracle thin or oci driver you have to provide the Oracle Driver shipped with Oracle. The file is into classes111.zip or classes112.zip depending on your release. See into the /oracle/jdbc/lib directory on your installation.
Davide Received on Wed Dec 20 2000 - 01:10:22 CST
![]() |
![]() |