RE: DBD::Oracle 1.25 and DRCP

2011-10-15 Thread John Scoles
bound to be a few that slip though the cracks. Cheers John Scoles > Date: Sat, 15 Oct 2011 15:24:59 -0400 > Subject: Re: DBD::Oracle 1.25 and DRCP > From: frie...@gmail.com > To: byter...@hotmail.com > CC: dbi-users@perl.org > > Thanks John! > > that seems to have

Re: DBD::Oracle 1.25 and DRCP

2011-10-15 Thread Rob Fries
LS env > > Just need to connect no need for any qurreries etc > > cheers > John Scoles > >> Date: Fri, 14 Oct 2011 18:53:09 -0400 >> Subject: Re: DBD::Oracle 1.25 and DRCP >> From: frie...@gmail.com >> To: byter...@hotmail.com >> CC: dbi-users@perl.org >&

RE: DBD::Oracle 1.25 and DRCP

2011-10-14 Thread John Scoles
ould (if it can) show you some place in the trace Useing DRCP Connection just after it reports on your NLS env Just need to connect no need for any qurreries etc cheers John Scoles > Date: Fri, 14 Oct 2011 18:53:09 -0400 > Subject: Re: DBD::Oracle 1.25 and DRCP > From: frie...@g

Re: DBD::Oracle 1.25 and DRCP

2011-10-14 Thread Rob Fries
g on. > > Just do a simple connect no need for any other DBI stuff. > > I would also give the other flavours of connecting a try as well > > Cheers > John > >> Date: Fri, 14 Oct 2011 15:06:48 -0400 >> Subject: Re: DBD::Oracle 1.25 and DRCP >> From: frie...@gm

RE: DBD::Oracle 1.25 and DRCP

2011-10-14 Thread John Scoles
ive the other flavours of connecting a try as well Cheers John > Date: Fri, 14 Oct 2011 15:06:48 -0400 > Subject: Re: DBD::Oracle 1.25 and DRCP > From: frie...@gmail.com > To: dbi-users@perl.org > > Hey Cliff and John, > > on Sept 22, 2010 you posted about issues y

Re: DBD::Oracle 1.25 and DRCP

2011-10-14 Thread Rob Fries
Hey Cliff and John, on Sept 22, 2010 you posted about issues you were having with getting Oracle DRCP working using the ora_drcp_class. I am running into similar issues and was wondering if you got DRCP to work and have it share the connection. We are using oracle 11.2.0.2 and I have perl v5.8.8,

Re: DBD::Oracle 1.25 and DRCP

2010-09-22 Thread Cliff Martin
> I am not sure what  the 'connection class' and NUM_HITS are? > > Can you give me an example of where you are getting these and how the DRCP > should connect. > I'm looking at the Oracle view v$cpool_cc_stats, which has connection class statistics for the connection pool. (http://download.oracle

Re: DBD::Oracle 1.25 and DRCP

2010-09-22 Thread John Scoles
On 9/21/2010 4:05 PM, Cliff Martin wrote: I am using the new DBD::Oracle module with DRCP. I am able to connect to my connection pool, but the NUM_HITS does not increment, and the connection class is always "SHARED" instead of whatever I specify (using either the environment variable or the conn

DBD::Oracle 1.25 and DRCP

2010-09-22 Thread Cliff Martin
I am using the new DBD::Oracle module with DRCP. I am able to connect to my connection pool, but the NUM_HITS does not increment, and the connection class is always "SHARED" instead of whatever I specify (using either the environment variable or the connection parameter) What am I doing wrong? I