Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> basic question on jdbc with VJ++6 and Oracle8i

basic question on jdbc with VJ++6 and Oracle8i

From: Vagelis Hristidis <vagelis_at_cs.ucsd.edu>
Date: Sun, 5 Mar 2000 22:43:16 -0800
Message-ID: <952324787.425992@news1.ucsd.edu>


I am new to jdbc and I am trying to use jdbc to connect to a Oracle8i server.
I use VJ++6 from WinNT4.0
When I execute
DriverManager.registerDriver (new oracle.jdbc.driver.OracleDriver()); I get a classnotfound exception.
I have imported java.sql.* , and I have also set the classpath env variable of WinNt to e:\oracle\ora81\jdbc\lib\classes111.zip. Is there anything else I have to do?
Please mail to me.
Thanks,
Vagelis Received on Mon Mar 06 2000 - 00:43:16 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US