Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Problem with oci8 Driver
I have a problem to work with the oci8 driver on
Oracle 8.0.4 the thin driver is working well but
when i try to make the connection with my Oracle
DataBase over the Oci8 driver i am getting the
message "java.lang.UnsatisfiedLinkError" and wehn
i look on the CallSack i see that the called
method is "oracle.jdbc.oci7.OCIDBAccess.logon".
I create the connection like that :
DriverManager.getConnection
("jdbc:oracle:oci8:@myDataBase","Username","Pass")
Anybody have any idea
Thanks
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Thu Jul 01 1999 - 04:12:26 CDT
![]() |
![]() |