DBD::Oracle - Connection Failed - out of memory

DBD::Oracle - Connection Failed - out of memory

am 19.10.2007 13:26:15 von fuliggians

------=_Part_6217_9097236.1192793175664
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

at the moment I'm going crazy with the same problem just
analyzed here: http://www.mail-archive.com/dbi-users@perl.org/msg25602.html

here again the problem:
I'm trying to test the connection betwwen my Sun SPARC 64bit - Solaris 10
and a remote Oracle DB.

----------
#!/usr/bin/perl
use DBI;
$dbh = DBI->connect("dbi:Oracle:host=...;sid=...;port=...","user"," pwd");

----------
And the result is:

Out of memory!
Callback called exit.
END failed--call queue aborted.


I'm using the Oracle instantclient.

I noted that a possible solution is to install full client instead of
instant client, but in this case this is not possible, because of IT guys
:-(

Someone could suggest me a possible solution?
thanks


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Computers are useless. They can only give you answers.
Pablo Picasso
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

------=_Part_6217_9097236.1192793175664--