RE: JNDI setup oracle 11 g

2013-01-10 Thread Propes, Barry L
Oh ok, very good! -Original Message- From: tsidhu [mailto:tsidh...@yahoo.com] Sent: Thursday, January 10, 2013 3:20 PM To: users@tomcat.apache.org Subject: Re: JNDI setup oracle 11 g Thank you all for the help. I manged to resolve it. It was actually "human error" :(. I was

Re: JNDI setup oracle 11 g

2013-01-10 Thread tsidhu
ain for help.  Tony From: "Propes, Barry L [via Tomcat]" To: tsidhu Sent: Thursday, January 10, 2013 3:36 PM Subject: RE: JNDI setup oracle 11 g And FWIW, Tony, I'm using this oracle jar. ojdbc6.jar -Original Message- From: Marco de Booij [mailto:[hidden

RE: JNDI setup oracle 11 g

2013-01-10 Thread Propes, Barry L
And FWIW, Tony, I'm using this oracle jar. ojdbc6.jar -Original Message- From: Marco de Booij [mailto:marco.develo...@debooy.eu] Sent: Thursday, January 10, 2013 2:24 PM To: users@tomcat.apache.org Subject: Re: JNDI setup oracle 11 g If you get an error when you provide a wrong use

RE: JNDI setup oracle 11 g

2013-01-10 Thread Propes, Barry L
I was going to ask this, too. Which oracle jar are you using for this? -Original Message- From: Marco de Booij [mailto:marco.develo...@debooy.eu] Sent: Thursday, January 10, 2013 2:24 PM To: users@tomcat.apache.org Subject: Re: JNDI setup oracle 11 g If you get an error when you

Re: JNDI setup oracle 11 g

2013-01-10 Thread Marco de Booij
t]" To: tsidhu Sent: Thursday, January 10, 2013 2:32 PM Subject: RE: JNDI setup oracle 11 g Hmmm. I didn't know that, I guess. Well, I wonder if that long string requires some kind of escape character to be inserted in it? -Original Message- From: tsidhu [mailto:[hidd

Re: JNDI setup oracle 11 g

2013-01-10 Thread tsidhu
to the db, that oracle does not like when used via JNDI but works fine when used via JDBC.  Tony From: "Propes, Barry L [via Tomcat]" To: tsidhu Sent: Thursday, January 10, 2013 2:32 PM Subject: RE: JNDI setup oracle 11 g Hmmm. I didn't kno

RE: JNDI setup oracle 11 g

2013-01-10 Thread Propes, Barry L
Hmmm. I didn't know that, I guess. Well, I wonder if that long string requires some kind of escape character to be inserted in it? -Original Message- From: tsidhu [mailto:tsidh...@yahoo.com] Sent: Thursday, January 10, 2013 1:22 PM To: users@tomcat.apache.org Subject: Re: JNDI

Re: JNDI setup oracle 11 g

2013-01-10 Thread tsidhu
s the JDBC/Oracle driver.  I can work around the issue by not using JNDI in the web app, however I am not then able to use pooling I guess.  Tony From: "Propes, Barry L [via Tomcat]" To: tsidhu Sent: Thursday, January 10, 2013 1:09 PM Subject: RE:

RE: JNDI setup oracle 11 g

2013-01-10 Thread Propes, Barry L
I might add, Tony, one other thing I noticed in my JNDI config. I'd removed the validationQuery attribute. It might have been regarding this, but I'd writtten a comment right below it that per Konstantin, there was a memory leak regarding the Eviction Timer. Try removing that attribute (valida

RE: JNDI setup oracle 11 g

2013-01-10 Thread Propes, Barry L
Tony, I have a similar standalone Java app that hits Oracle 11g. At your line with the DBURL, I have something much more concise. Where you have public static final String DBURL = "jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = abc-def-scan.corp.xyz.com)(PORT = 1521)) (CONN