How do you know the thin driver is sooo much slower?  Based on what tests?
I believe the only driver that Oracle actually supports for JDK1.2 is the
8.1.6 JDBC driver, which is only thin.

Thor HW
----- Original Message -----
From: Mallik Arjun <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 14, 1999 3:37 PM
Subject: Re: oci71jdbc not found error in Servlets....


> Oooooopsss!!!
>   is this possible???
>   is java1.2 is not supporting oci drivers ???
>
>   I assume that jdk1.2 is supporting OCI drivers.
>   ( though I don't about it)
>   I think, I am not specifying the correct LD_LIBRARY_PATH
>   for the java1.2 hence its giving this error..
>   If any one on the list has used OCI drivers with JDK1.2
>   please let me know at the earliset...
>   because right now we are using dk1.1.6 and it has some Y2K bugs
>   associated with it and we have to upgarde it to 1.2
>
>   if we use thin drivers its going to cost us too much
>   in terms of database transaction time!!!
>
> Thanks in advacne
> H.M.Mallik
>
>
> >From: "pasumarthi venkat" <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Re: oci71jdbc not found error in Servlets....
> >Date: Tue, 14 Dec 1999 18:59:54 GMT
> >
> >
> >Mallik,
> >
> >   JDK 1.2 does not support OCI drivers. Try to use thin drivers,but thin
> >drivers are very slow. The only advantage of using Thin drivers is You
have
> >compatiable with the latest versions of java and uses pure java classes
for
> >getting the connection.
> >
> >rao
> >
>
>
>
>
> >>From: Mallik Arjun <[EMAIL PROTECTED]>
>
> >>Today we updated the Java on our system from
> >>JDK1.1.6 to 1.2.1_04.
> >>We are facing some problem with database connection using JDBC.
> >>Our servlets are not connecting to Database and its saying that
> >>oci73JDBC not found in the Java Class path.
> >>In the Start file of Netsapce Web Server if we change the
> >>LD_LIBRARY_PATH to use java1.1.6 its working fine,
> >>but when we try to use java1.2 it give the following
> >>error message:
> >>====
> >>init method of TMSelctionsScreen
> >>threw an error: java.lang.UnsatisfiedLinkError: no
> >>oci73jdbc in java.library.path
> >>java.lang.UnsatisfiedLinkError:
> >>no oci73jdbc in java.library.path
> >>: at java.lang.Throwable.fillInStackTrace(Native Method)
> >>: at java.lang.Throwable.fillInStackTrace(Compiled Code)
> >>: at java.lang.Throwable.<init>(Compiled Code)
> >>: at java.lang.Error.<init>(Error.java:50)
> >>: at java.lang.LinkageError.<init>(LinkageError.java:43)
> >>======
> >>
> >>I Would like to get help on setting the LD_LIBRARY_PATH correctly
> >>for jdk1.2.
> >>
> >>Thank you
> >>H.M.Mallik
> >>
>
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to