Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Problem Connecting Oracle DB using JDBC
Hi,
I am trying to connect the Oracle Database Server (8.0.3), using Java
(JDK 1.2.1), using JDBC driver.
I have also copied the drivers for doing the same from oracle site.
(classes111.zip and classes12.zip)
The code gets compiled and the creation of class file is no problem.
But when the class is executed it gives error as follows :
Exception in thread :main java.lang.UnsatisfiledLinkError:no ocijdbc8
in java.library.path
I have included the zip files in CLASSPATH (as suggested in one of the forum's discussion) but it didn't work. Could anybody give any pointers ???
thanks and regards
Tushar
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Tue Sep 21 1999 - 05:17:50 CDT
![]() |
![]() |