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 instantclient and DBD::Oracle 1.16. The script is barfing in perl_destroy(), i.e. after the disconnect() statement. Before I get the rubber gloves out, has anyone seen anything similar?
Thanks, -- Alan Burlison --