Re: Problem with thin jdbc driver in Oracle 8.1.6

From: Brian Duff <Brian.Duff_at_oracle.com>
Date: Sun, 17 Sep 2000 23:25:09 +0100
Message-ID: <gxbx5.6223$6T1.95376_at_news2-win.server.ntlworld.com>


<singhde11_at_my-deja.com> wrote in message news:8prdg6$mc2$1_at_nnrp1.deja.com...
> DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
> ^
> 1 error
>
> This is my classpath variable
> ^
> CLASSPATH=/u01/app/oracle/product/8.1.6/jdbc/lib:/u01/app/oracle/product
> /8.1.6/lib:/u01/app/oracle/product/8.1.6/jlib:
>

You need to make sure your classpath actually contains the .zip file which has the Oracle JDBC classes in it, i.e.
/u01/app/oracle/product/8.1.6/jdbc/lib/classes12.zip (or classes111.zip if you are using an old version of Java).

Brian Received on Mon Sep 18 2000 - 00:25:09 CEST

Original text of this message