my requirement restricts me to use only oci driver .. :( -----Original Message----- From: Fabio Sato [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 2:35 AM To: Tomcat Users List Subject: RE: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared librarypath"
Why don�t you try the Oracle Thin JDBC Driver? Fabio Sato - [EMAIL PROTECTED] On Tue, 5 Mar 2002, Abhishek Pamecha wrote: > nope i am using tomcat from my user area .. > both tomcat and apache run from my user area.... > there is some problem with a particular .so file which it is not able to find.... > > > -----Original Message----- > From: brian ally [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 04, 2002 11:04 PM > To: Tomcat Users List > Subject: Re: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared > library path" > > > Are you starting tomcat as root? On my linux box, if i su to root, all > manner of LD_LIBRARY_PATH problems begin. i need to su - (with the > dash). Could this be your problem? > > /b > > Abhishek Pamecha wrote: > > >it is there...... > > > >-----Original Message----- > >From: Toru Watanabe [mailto:[EMAIL PROTECTED]] > >Sent: Monday, March 04, 2002 2:34 PM > >To: Tomcat Users List > >Subject: Re: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared > >library path" > > > > > > > >First, please make sure that Oracle client is installed > >in your machine. > > > >Abhishek> Thanks buddy! > >Abhishek> but ..i already did that > >Abhishek> but i have a a requirement which says i have to use oci client only.... > >Abhishek> any other solution ??? > > > >UnsatisfiedLinkError means JVM can't find shared library. > >You need to add shared library path to environment variable. > > > >If you use solaris or linux, then you should add following > >statement in your tomcat.sh. > > > >LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH > >export LD_LIBRARY_PATH > > > >if you use HP-UX, then > > > >SHLIB_PATH=$ORACLE_HOME/lib:$SHLIB_PATH > >export SHLIB_PATH > > > >if you use Windows, then you should add following to tomcat.bat. > > > >set PATH=%ORACLE_HOME%\lib;%PATH% > > > > > >then it will be able to find shared library. > > > >regards, > >Watanabe. > > > >-- > >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]> > > > -- > 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]>
