Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Problem with oci8 Driver

Problem with oci8 Driver

From: <palgi_at_my-deja.com>
Date: Thu, 01 Jul 1999 09:18:47 GMT
Message-ID: <7lfbpi$8t9$1@nnrp1.deja.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US