Re: Oracle JDBC OCI driver access in Tomcat

2006-11-30 Thread Mark Thomas
Martin Gainty wrote: > 2 more ways of doing the same thing > And yes I did this 3 months ago and it worked exactly as I explained > and BTW worked for all environments that use JVM > If stupidity were money you BS Chuck would be rich Martin, There is no justification whatsoever for this sort of m

Re: Oracle JDBC OCI driver access in Tomcat

2006-11-30 Thread Martin Gainty
Message - From: "Caldarale, Charles R" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, November 30, 2006 4:47 PM Subject: RE: Oracle JDBC OCI driver access in Tomcat > From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: Oracle JDBC OCI driver

RE: Oracle JDBC OCI driver access in Tomcat

2006-11-30 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: Oracle JDBC OCI driver access in Tomcat > > where else do you load in the OCI libraries? You've obviously never done this, or bothered to read the doc. Here's the one for Solaris: http://java.sun.com/j2se/1.5.

Re: Oracle JDBC OCI driver access in Tomcat

2006-11-30 Thread Martin Gainty
nt: Thursday, November 30, 2006 12:15 PM Subject: Re: Oracle JDBC OCI driver access in Tomcat >I wouldn't recommend using the OCI-driver in general, esp. in Tomcat, > since it requires the OCI-middleware. > > Check your Oracle-docs for the "Thin"-driver (class 4) an

Re: Oracle JDBC OCI driver access in Tomcat

2006-11-30 Thread Martin Gainty
M Subject: RE: Oracle JDBC OCI driver access in Tomcat > From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: Oracle JDBC OCI driver access in Tomcat > > be careful when manipulating LD_LIBRARY_PATH in > $JAVA_HOME/jre/lib/$Processor/jvm.cfg to include libraries > l

RE: Oracle JDBC OCI driver access in Tomcat

2006-11-30 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: Oracle JDBC OCI driver access in Tomcat > > be careful when manipulating LD_LIBRARY_PATH in > $JAVA_HOME/jre/lib/$Processor/jvm.cfg to include libraries > located in $ORACLE_HOME/lib Martin, where do you come

Re: Oracle JDBC OCI driver access in Tomcat

2006-11-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gurpreet, [EMAIL PROTECTED] wrote: > When I run this code snippet as a standalone Java programme (standalone > JVM), I do the following: > > a) Give the command line option "-d64" while running the standalone > programme. > b) Set the LD_LIBRARY_PATH

Re: Oracle JDBC OCI driver access in Tomcat

2006-11-30 Thread Gregor Schneider
I wouldn't recommend using the OCI-driver in general, esp. in Tomcat, since it requires the OCI-middleware. Check your Oracle-docs for the "Thin"-driver (class 4) and use that one. Greg -- what's puzzlin' you, is the nature of my game

Re: Oracle JDBC OCI driver access in Tomcat

2006-11-30 Thread Martin Gainty
November 30, 2006 2:18 PM Subject: RE: Oracle JDBC OCI driver access in Tomcat > > > > > Hi Mohan, > > Thanx for the suggestion. But I am already using jars. I am not using zips > (as indicated below in t

RE: Oracle JDBC OCI driver access in Tomcat

2006-11-30 Thread Gurpreet . Sachdeva
PMSubject RE: Oracle JDBC OCI driver access in Tomcat Please

RE: Oracle JDBC OCI driver access in Tomcat

2006-11-30 Thread Narayanaswamy, Mohan
Below information may be useful to you. abstract of oracle technical docs : JDK Driver File Name JDBC Version --- 1.1 classes111.zip 7.3.4 - 1.2 classes12.zip 8.1.6 - 1.3 classes12.zip 9.2 - 1.4 ojdbc14.zip 9.2 - If you use oracle 9i and JDK 1.4 you must use ojdbc14