On Wed, 2002-01-09 at 12:06, Tom Drake wrote: > > ----- Original Message ----- > From: "Craig R. McClanahan" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Wednesday, January 09, 2002 8:47 AM > Subject: Re: Error using Tomcat 4.01 and Oraclie 8i 8.1.6 when using > manager/reload > > > | > | An easier choice for Oracle users is to use the "Type 4" (pure Java) > | instead. Then, you never have to worry about native code, and the driver > | itself is portable across platforms. > > At the cost of reduced performance. The OCI driver is noticeably faster than > the 'thin' driver. Tradeoffs everywhere you go. > > Tom
Actually, check out this article: http://www.onjava.com/pub/a/onjava/2001/12/19/oraclejdbc.html I personally found tip #1 a bit surprising: "I recommend using the Thin driver. I have found through testing that the Thin driver usually outperforms the OCI driver." I usually opt for the thin driver just to avoid monkeying with native libraries. Gary > > | > | > Thanks for help > | > > | > Frederic > | > > | > | Craig McClanahan > | > | > | -- > | To unsubscribe: <mailto:[EMAIL PROTECTED]> > | For additional commands: <mailto:[EMAIL PROTECTED]> > | Troubles with the list: <mailto:[EMAIL PROTECTED]> > | > | > | > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
