Re: DBI dies on exit

2005-09-27 Thread Tim Bunce
On Mon, Sep 26, 2005 at 04:03:08PM +0100, Alan Burlison wrote: I've poked at this a bit more - if I install the full client it works OK, which suggests there is something odd in the way the client shared objects are being linked - a full install relinks the .so files but the instant client

Re: DBI dies on exit

2005-09-27 Thread michael . peppler
and perl configs I tried. Michael Extranet [EMAIL PROTECTED] - 26/09/2005 21:59 To:Alan.Burlison cc:Tim.Bunce, dbi-users Subject:Re: DBI dies on exit On Mon, Sep 26, 2005 at 04:03:08PM +0100, Alan Burlison wrote: I've poked at this a bit more - if I install the full client it works

Re: DBI dies on exit

2005-09-27 Thread Alan Burlison
Tim Bunce wrote: I've poked at this a bit more - if I install the full client it works OK, which suggests there is something odd in the way the client shared objects are being linked - a full install relinks the .so files but the instant client install doesn't. Isn't the instant client .so

Re: DBI dies on exit

2005-09-27 Thread Alan Burlison
Alan Burlison wrote: The instanc client .so's seem to be mostly a subset of the full client install ones: The only libraries that are pulled in by DBD::Oracle (on Solaris at least) are libclntsh.so.10.1 and libnnz10.so -- Alan Burlison --

Re: DBI dies on exit

2005-09-26 Thread Alan Burlison
I've poked at this a bit more - if I install the full client it works OK, which suggests there is something odd in the way the client shared objects are being linked - a full install relinks the .so files but the instant client install doesn't. I'll try dropping the relinked shared objects

Re: DBI dies on exit

2005-09-01 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 aborted. The

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