----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi,

David, you should use:
- classes12.zip: classes for use with the JDK 1.2.  Contains
    all the JDBC driver classes except classes necessary for NLS
    support
if you are using the JDK 1.2 and OCI.  classes11.zip still works for the thin
driver (as an all java implementation), but apparently the native link is JVM
dependent.

You can download this from technet.oracle.com.  I had to register, but it
is free to do so.
Look for : Oracle JDBC Drivers release 8.1.6SDK

(Note that the Oracle 8 version also work with Oracle 7.3 DBs)

regards,

Johan Philippe

David Molloy:
----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi,

  Just a quick and possibly slightly off-topic question
regarding servlets and Oracle.  I am trying to use the OCI
driver to connect to a local Oracle database (the thin driver
works fine) and in order to do this you need to set the
LD_LIBRARY_PATH which I have done successfully.  Now I have
gone from the error:

java.lang.UnsatisfiedLinkError: no ocijdbc8 in java.library.path
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:341)
        at org.apache.jserv.JServConnection.run(JServConnection.java:197)
        at java.lang.Thread.run(Thread.java:485)
to:

java.lang.UnsatisfiedLinkError: make_c_state
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:341)
        at org.apache.jserv.JServConnection.run(JServConnection.java:197)
        at java.lang.Thread.run(Thread.java:485)

I read somewhere that this is caused by inconsistancies in the jdk
used and they must be in sync.  In the jdbc directory in Oracle there is
a file classes111.zip.  So far I've been using jdk1.2.2 for servlets -
does this mean that I need to install an earlier version of the jdk
, such as 1.1.8 in order to get rid of the make_c_state errors and
get connectivity.  Any help would be greatly appreciated.  Thanks

David.
Using Oracle 8.1.5
Solaris 7.
Jdk 1.2.2
JSDK2.0
Apache1.3.9
Jserv 1.0

PS: If anyone has any Oracle or Oracle/Java mailing list addresses I'd
greatly appreciate them.



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to