jdbc connecting oracle jdbc driver [message #91934] |
Sat, 11 October 2003 05:16 |
Ravi
Messages: 251 Registered: June 1998
|
Senior Member |
|
|
I am trying to connect with the oracle 7.3 local database using oracle's jdbc driver. but have problem.
plz tell me how to connect (if possible send program)
|
|
|
|
Re: jdbc connecting oracle jdbc driver [message #92125 is a reply to message #92124] |
Wed, 17 March 2004 23:09 |
abdul
Messages: 18 Registered: May 2001
|
Junior Member |
|
|
u have to Istallthe JDBC driver for the oracle
if u have done ORacle9i the it is present in the directory of orahome/jdbc/lib/
at this location copy classes.jar into the jsdk/lib and then set the path
set path c:jsdk1.4libclasses.jar
for the JDBC and restart the PC
u can also get the more information on
http://www.otn.oracle.com
make r user login at there and the log on the and find the JDBC Gauide ok
see u
|
|
|