Re: DBI dies on exit

2005-08-31 Thread Tim Bunce
On Wed, Aug 31, 2005 at 06:39:21PM +0100, Alan Burlison wrote: > Anyone seen this? > > -- > #!/usr/perl5/bin/perl > use DBI; > my $dbh = DBI->connect('dbi:Oracle:foo', 'bar', 'baz'); > $dbh->disconnect(); > -- > > Out of memory! > Callback called exit. > END failed--call queue abo

DB2 Err Handling

2005-08-31 Thread Capacio, Paula J
Hello, I have successfully executed SQL statements to a DB2 database from perl 5.8.2 using DBI V1.48 and DBD::DB2 V0.78 on AIX 5.2.2.0. I'm now testing the error handling, and it is not working as I expect. For instance I try to prepare a statement I know will fail but error handling using 'or' o

DBI dies on exit

2005-08-31 Thread Alan Burlison
Anyone seen this? -- #!/usr/perl5/bin/perl use DBI; my $dbh = DBI->connect('dbi:Oracle:foo', 'bar', 'baz'); $dbh->disconnect(); -- Out of memory! Callback called exit. END failed--call queue aborted. The environment is Solaris 11 on AMD64, using the latest Oracle 32-bit instant

RE: Perl script aborting

2005-08-31 Thread Reidy, Ron
No code? No way to answer. - Ron Reidy Lead DBA Array BioPharma, Inc. -Original Message- From: Das, Nilanjan [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 31, 2005 7:06 AM To: dbi-users@perl.org Subject: Perl script aborting Importance: High Hi All, Need some hel

Perl script aborting

2005-08-31 Thread Das, Nilanjan
Hi All, Need some help from the Gurus. I am executing a perl script (with DBI/DBD for Oracle 9i). The script runs for few hours. But it is getting aborted abruptly in between. The only message displayed on the terminal is: *** 3005 Request e

Re: DBI/DBD Oracle Connections

2005-08-31 Thread Tim Bunce
On Fri, Aug 26, 2005 at 10:58:22AM -0400, Ford, Richard wrote: > We are encountering a problem when we connect to an Oracle database and do not > provide the database name in the connect string. > > The ORACLE_HOME that the DBD was compiled against is > /app/oracle/client > > The Oracle ENV var

RE: error string being lost in DBD::ODBC

2005-08-31 Thread Jeff Urlwin
Did you try perldoc DBD::ODBC and look for more_results? $sth->{odbc_more_results}... Jeff > -Original Message- > From: Mitchell, Louise M [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 30, 2005 11:03 AM > To: Jeff Urlwin; dbi-users@perl.org > Subject: RE: error string being lost i