RE: possible memory leak in either DBI or DBD:Oracle (or maybe oci??)

2003-11-05 Thread shildreth
I was just debugging this problem for co-workers, on RedHat 7.3 perl 5.6.1, DBI 1.37 & DBD::Oracle 1.14. I am going to upgrade the DBI to 1.38 and the perl 5.8.1(not that this is affecting the memory leak). If you search the archives, DBI 1.37 seems to had memory leak problems with other driver

RE: possible memory leak in either DBI or DBD:Oracle (or maybe oci??)

2003-11-05 Thread Roman Hochleitner
On Wed, 5 Nov 2003 [EMAIL PROTECTED] wrote: > > I was just debugging this problem for co-workers, on RedHat 7.3 perl 5.6.1, > DBI 1.37 & DBD::Oracle 1.14. I am going to upgrade the DBI to 1.38 and the > perl 5.8.1(not that this is affecting the memory leak). If you search the > archives, DBI 1

RE: possible memory leak in either DBI or DBD:Oracle (or maybe oci??)

2003-11-05 Thread shildreth
I don't see the script? On 05-Nov-2003 Roman Hochleitner wrote: > On Wed, 5 Nov 2003 [EMAIL PROTECTED] wrote: > >> >> I was just debugging this problem for co-workers, on RedHat 7.3 perl 5.6.1, >> DBI 1.37 & DBD::Oracle 1.14. I am going to upgrade the DBI to 1.38 and the >> perl 5.8.1(not that

Re: possible memory leak in either DBI or DBD:Oracle (or maybe oci??)

2003-11-06 Thread Tim Bunce
On Wed, Nov 05, 2003 at 03:15:40PM +0100, Roman Hochleitner wrote: > > Hi! > > We are using Oracle 8.1.7 server/client under Redhat 7.1 perl 5.6.0 with > DBD::Oracle V1.14 and DBI V1.37. > > With the attached script I can reproduce a memory leak growing at a rate > of about 12MB/min. We use scr

Re: possible memory leak in either DBI or DBD:Oracle (or maybe oci??)

2003-11-12 Thread Tim Bunce
On Wed, Nov 12, 2003 at 12:34:08PM +0100, Roman Hochleitner wrote: > > repeated connects to 2 or more 8.1.7 DBs OR schematas DOES leak > repeated connects to only ONE (or more) 9.2.0 DB DOES leak > so the conclusion could be that it looks like the problem is more/only > related to the DBD::Oracl

Re: possible memory leak in either DBI or DBD:Oracle (or maybe oci??)

2003-11-12 Thread Roman Hochleitner
On Thu, 6 Nov 2003, Tim Bunce wrote: > On Wed, Nov 05, 2003 at 03:15:40PM +0100, Roman Hochleitner wrote: > > > > Hi! > > > > We are using Oracle 8.1.7 server/client under Redhat 7.1 perl 5.6.0 with > > DBD::Oracle V1.14 and DBI V1.37. > > > > With the attached script I can reproduce a memory

Re: possible memory leak in either DBI or DBD:Oracle (or maybe oci??)

2004-03-30 Thread Roman Hochleitner
On Wed, 12 Nov 2003, Tim Bunce wrote: > On Wed, Nov 12, 2003 at 12:34:08PM +0100, Roman Hochleitner wrote: > > > > repeated connects to 2 or more 8.1.7 DBs OR schematas DOES leak > > repeated connects to only ONE (or more) 9.2.0 DB DOES leak > > > so the conclusion could be that it looks like th