Re: Newbie: Statement handle inactive after successful execute of SELECT

2003-11-05 Thread Alan M. Carroll
"Michael A Chase" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tue, 4 Nov 2003 14:24:35 -0600 "Alan M. Carroll" > <[EMAIL PROTECTED]> wrote: > > > I'm working with a problem in Movable Type (a PERL web application) > > where certain operations fail. One place where it fails is

Re: Newbie: Statement handle inactive after successful execute of SELECT

2003-11-05 Thread Alan M. Carroll
"Michael A Chase" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tue, 4 Nov 2003 14:24:35 -0600 "Alan M. Carroll" > <[EMAIL PROTECTED]> wrote: > > > I'm working with a problem in Movable Type (a PERL web application) > > where certain operations fail. One place where it fails is

looking for driver for DB2

2003-11-05 Thread Anderson, James H [IT]
As the subject says, I'm looking for a DB2 DBD (I'm running on Mac OS X). I'm also looking for the java DB2 connector. Thanks, jim

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

2003-11-05 Thread Roman Hochleitner
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 scripts simmiliar to that for monitoring (nocol/snips client). At first I searched th

Re: ActivePerl And Sybase

2003-11-05 Thread Chuck Fox
Ramez, In the future please send your questions to the mailing list. It has a much wider audience than my lonely ( and overly full ) mail box. My comments are in italics. From the CPAN FAQ: Where can I find Perl modules? * http://www.cpan.org/modules/00modlist.long.html * http://

Re: looking for driver for DB2

2003-11-05 Thread johnnnnnn
On Wed, Nov 05, 2003 at 08:55:16AM -0500, Anderson, James H [IT] wrote: > As the subject says, I'm looking for a DB2 DBD (I'm running on Mac OS X). Check with IBM: http://www-3.ibm.com/software/data/db2/perl/ It should work wherever you can get perl and DBI to work, as long as you can also get t

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

Sleepycat DBXML

2003-11-05 Thread Bob X
Has anyone created a module for AS Perl 5.8.1 that works with the new DBXML from Sleepycat? Bob

Field terminated by

2003-11-05 Thread W. Bauer
Dear all I have a problem using special characters in the Perl DBI. The following SQL code works without problem with mysql: load data local infile "orders.txt" into table orders fields terminated by ";" optionally enclosed by '"' lines terminated by "\

ppm for DBD::Oracle

2003-11-05 Thread paul . boutros
I know this keeps coming up but... does anyone know of a location of a ppm for DBD::Oracle for 5.8.0? None of the repositories I've checked (Jeff's, Randy Kobe's, the one at PerlMonks) seem to have it available. I ran into a computer on which ODBC just won't work, and I was hoping to by- pass i

DBD::Oracle installation problem

2003-11-05 Thread Thomas Porschberg
I tried to install the DBD::Oracle module at a HPUX machine (HP-UX hp-sport B.11.00 U 9000/856). There is the following perl available: perl -v This is perl, v5.6.0 built for PA-RISC1.1 In a first step I installed the DBI module in version 1.38. Then I did a "perl Makefile.PL" and "make" for DBD

Re: ppm for DBD::Oracle (solved)

2003-11-05 Thread paul . boutros
Please ignore, sorry for the stupid question. I added the repositories, but searched via ppm. Instead, all you need to do is from a DOS prompt: C:\>ppm install ftp://ftp.esoftmatic.com/outgoing/DBI/DBD-Oracle.ppd Install 'DBD-Oracle' version 1.13 in ActivePerl 5.8.0.806. ==