OT: RE: oci8 driver problem on Linux

2002-04-25 Thread Wolfgang Stein
on. /quoting from metalink.oracle.com > -Original Message- > From: Reynir Hübner [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 23, 2002 5:16 PM > To: Tomcat Users List > Subject: RE: oci8 driver problem on Linux > > > hi, > maybe some of t

Re: oci8 driver problem on Linux

2002-04-23 Thread Jeff Hoare
Hi, Not sure if this helps but are you sure that the tomcat user doesn't also need to have the oracle library paths defined if you are reliant on native calls? export LD_LIBRARY_PATH=:$LD_LIBRARY_PATH Add this to a startup script for Tomcat. I've had to do something similar to get jdbc drivers

Re: oci8 driver problem on Linux

2002-04-23 Thread Austin Gonyou
Same Here as well. On Tue, 2002-04-23 at 09:41, [EMAIL PROTECTED] wrote: > > > "Shiva.Devaguptapu" <[EMAIL PROTECTED]> wrote:- > > >I downloaded the classes12.zip and libocijdbc8.so, combined as > >jdbc816jdk12-sol_20.zip from oracle.com and placed both of them in > >TOMCAT_HOME/lib. I also do

RE: oci8 driver problem on Linux

2002-04-23 Thread Reynir Hübner
hi, maybe some of these comments you've seen in previous replies to your question. First of all, the classes12.zip is not the same for Oracle9i and 8i, so you must ensure that you've downloaded the correct one (from otn.oracle.com). You must install the Oracle Client Software to use OCI driver

RE: oci8 driver problem on Linux

2002-04-23 Thread Shiva.Devaguptapu
To: 'Tomcat Users List' Subject: RE: oci8 driver problem on Linux If you are using arrays/tables you need to use the type 2 driver. All I saw on the oracle site was 8i oci driver for solaris where are the linux drivers? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: oci8 driver problem on Linux

2002-04-23 Thread Tim Cronin
Subject: Re: oci8 driver problem on Linux "Shiva.Devaguptapu" <[EMAIL PROTECTED]> wrote:- >I downloaded the classes12.zip and libocijdbc8.so, combined as >jdbc816jdk12-sol_20.zip from oracle.com and placed both of them in >TOMCAT_HOME/lib. I also downloaded nls_charse

Re: oci8 driver problem on Linux

2002-04-23 Thread Andrew . Bate
"Shiva.Devaguptapu" <[EMAIL PROTECTED]> wrote:- >I downloaded the classes12.zip and libocijdbc8.so, combined as >jdbc816jdk12-sol_20.zip from oracle.com and placed both of them in >TOMCAT_HOME/lib. I also downloaded nls_charset12.zip and placed in the >same folder. Even now the error is the sam

RE: oci8 driver problem on Linux

2002-04-23 Thread Shiva.Devaguptapu
quot;. The exact error is as follows: java.lang.UnsatisfiedLinkError: no ocijdbc8 in java.library.path -Original Message- From: Matt Seaborn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 3:15 PM To: 'Tomcat Users List' Subject: RE: oci8 driver problem on Linux An Unsatis

RE: oci8 driver problem on Linux

2002-04-23 Thread Matt Seaborn
An UnsatisfiedLinkError occurs when a JNI error occurs deu to the libarry being inaccessable. Classes12.zip is making call to a Windows DLL which is, for obvious reasons, not present on Linux. You need to obtain the Oracle Linux driver for Java. This will most likely require you to install nati

Re: oci8 driver problem on Linux

2002-04-23 Thread Dominic Parry
> Hi, > I have been using classes12.zip in the CLASSPATH for oci8 driver on > Win2k. Now I am porting on Linux6.2. It says the following error : > > java.lang.UnsatisfiedLinkError: no ocijdbc8 in java.library.path > some other exception.. java.lang.UnsatisfiedLinkError: no ocijdbc8 > in ja