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
ojdbc14.jar (and not ojdbc14.zip as oracle says), classes12.zip also doesn't work. Regards, Mohan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, December 01, 2006 2:45 AM To: users@tomcat.apache.org Subject: Oracle JDBC OCI driver access in Tomcat H

Oracle JDBC OCI driver access in Tomcat

2006-11-30 Thread Gurpreet . Sachdeva
Hi, I have a piece of code which I have to run in tomcat 5.5.7. This code is using Oracle JDBC OCI driver for database access. For use of OCI driver, the native library libocijdbc10.so has to be included. When I run this code snippet as a standalone Java programme (standalone JVM), I do the f