Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Problem with oci8 Driver
I have a problem of using OCI8 Oracle JDBC driver.
When i tried to connect to my database throw this driver iget the message "java.lang.UnsatisfiedLinkError" and in the call stack i see that the last function called is "oracle.jdbc.oci7.OCIDBAccess.logon".
My code to make the connection is
DriverManager.getConnection("jdbc:oracle:oci8:@MyDB","Username","Pass");
In the same code when i am using thin driver it's work.
Anybody have an idea
Tnanks.
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Thu Jul 01 1999 - 04:18:47 CDT
![]() |
![]() |