Hi,

Why don't you use thin driver? It doesn't depends on os (it's full java and
doesn't use native methods !).
You can download it for free in oracle web site.
I hope this tip will help you.





       ^                  David DUARTE, Improve SA
      / \                 Ing�nieur d'Etude et de D�veloppement
   __/___\____            Tel : 33 (0)1 41 97 83 15
  I_M_P_R_O_V_E           http://www.improve.fr
    \_____/               http://www.application-servers.com



-----Message d'origine-----
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de
Venkatesh
Envoy� : mardi 30 octobre 2001 10:23
� : [EMAIL PROTECTED]
Objet : [castor-dev] OCI driver error



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

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

Reply via email to