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:

RE: Trying to work with JDBC

2002-08-08 Thread Durham David Cntr 805CSS/SCBE
No exceptions being thrown? Dave -Original Message- From: Nagpal, Vikas [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 3:22 PM To: '[EMAIL PROTECTED]' Subject: Trying to work with JDBC Hi everybody, I was trying to connect to the ORACLE database thru the

RE: Trying to work with JDBC

2002-08-08 Thread Mike Jackson
First and foremost, don't unjar the oracle classes. They're fine in the jar files as is. You'll just need to put them in the lib directory under your WEB-INF or in tomcat's lib directory. Also another thing to watch for is what jar's you're putting out there. You only need the classes12.jar

RE: Trying to work with JDBC

2002-08-08 Thread Durham David Cntr 805CSS/SCBE
Sent: Thursday, August 08, 2002 3:36 PM To: Tomcat Users List Subject: RE: Trying to work with JDBC No exceptions being thrown? Dave -Original Message- From: Nagpal, Vikas [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 3:22 PM To: '[EMAIL PROTECTED

RE: Trying to work with JDBC

2002-08-08 Thread Durham David Cntr 805CSS/SCBE
for the jdbc 2 optional packages which means that connection pooling is supported. -Dave -Original Message- From: Mike Jackson [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 3:42 PM To: Tomcat Users List Subject: RE: Trying to work with JDBC First and foremost, don't unjar

RE: Trying to work with JDBC

2002-08-08 Thread Mike Jackson
David Cntr 805CSS/SCBE [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 2:41 PM To: Tomcat Users List Subject: RE: Trying to work with JDBC He's not using oracle's jdbc drivers, although maybe that is something to try. I recommend getting the newest drivers from oracle because