RE: Trying to work with JDBC OCI

2002-08-15 Thread Felix Schumacher
I still think your jdbc-url is wrong. In my opinion you have to give a tnsname for the oci driver and hostname+port+sid for then thin driver. Have you tried the examples given in http://otn.oracle.com/tech/java/sqlj_jdbc/pdf/a96654.pdf on Page 52 and 53? For the examples it is enough to have

Re: Trying to work with JDBC OCI

2002-08-14 Thread Felix Schumacher
Hi, you are trying to take an thin-jdbc url with the oci-driver. Try jdbc:oracle:thin:@bioinfo... or jdbc:oracle:oci8@sid Hth Felix On Wed, Aug 14, 2002 at 02:57:01PM -0500, Nagpal, Vikas wrote: Hi Everybody, I have been trying to work with JDBC OCI Driver.While trying to run my code i

RE: Trying to work with JDBC OCI

2002-08-14 Thread Saravanan Bellan
-Original Message- From: Saravanan Bellan Sent: Wednesday, August 14, 2002 12:16 PM To: 'Tomcat Users List' Subject: RE: Trying to work with JDBC OCI It is most definitely a native library location problem not a CLASSPATH problem. 2) I have put LD_LIBRARY_PATH=$ORACLE_HOME/lib

RE: Trying to work with JDBC OCI

2002-08-14 Thread Durham David Cntr 805CSS/SCBE
Ack!! Turn off your mailing list spammer. -Original Message- From: Nagpal, Vikas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 2:57 PM To: '[EMAIL PROTECTED]' Subject: Trying to work with JDBC OCI Hi Everybody, I have been trying to work with JDBC OCI

RE: Trying to work with JDBC OCI

2002-08-14 Thread Larry Meadors
Should this be LD_LIBRARY_PATH=$ORACLE_HOME/bin instead of 2) I have put LD_LIBRARY_PATH=$ORACLE_HOME/lib. I do not have the Oracle client installed on a linux/unix box right now... Larry -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

RE: Trying to work with JDBC OCI

2002-08-14 Thread Saravanan Bellan
It is most definitely a native library location problem not a CLASSPATH problem. 2) I have put LD_LIBRARY_PATH=$ORACLE_HOME/lib. Where have you set this variable. It should be visible to the run.sh script. Also, make sure that $ORACLE_HOME is also set. -Original Message- From: