Hi all,

When i tried to connect to the database using oci driver,

i am using the following,

driver---------------------jdbc817jdk12-nt,classes12.zip&ocijdbc8.dll
java-----------------------jdk1.3
oracle server-----------8.1.7
oracle client------------8.1.7

i have set the classpath for [oracle_home]/jdbc/lib,
i have set the path for [oracle_home]/lib which contains ocijdbc8.dll,

after setting all this i am getting this exception,

Exception in thread "main" java.lang.UnsatisfiedLinkError: do_open
        at oracle.jdbc.oci8.OCIDBAccess.do_open(Native Method)
        at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:309)
        at
oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:198)

        at
oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
va:251)
        at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:224)
        at java.sql.DriverManager.getConnection(DriverManager.java:517)
        at java.sql.DriverManager.getConnection(DriverManager.java:146

anybody who has come across this,please let me know the process of jdbc
connectivity using oci driver,or send me the details of how to debug this.



thanks

venkatesh 


  

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to