Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> JDBC OCI driver not working, why?
Hello,
I'm developing a Java app that connects to an Oracle database. With the Thin driver (8.1.6) it works fine. Now I'm trying to use the OCI driver. I have the following installed on this PC:
NT 4.0 service pack 3
JDK 1.2.1
Oracle 8.0.5 Enterprise Edition (client and server running)
Oracle JDBC drivers 8.1.6 (just the "classes12.zip" file)
I can connect to my Oracle server through SQL*Plus and friends. When I try to load the JDBC OCI driver, I get a Java Error:
java.lang.UnsatisfiedLinkError: no ocijdbc8 in java.library.path
I understand I'm missing a DLL/shared library somewhere but where do I
find it?
Thanks for any help.
--
Ludo.
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Fri Jul 09 1999 - 10:10:27 CDT
![]() |
![]() |