When trying to connect to a remote Oracle server, I get the following error:

DBI->connect(T:xxx.xxx.xxx.xxx:psysrp1) failed: Error while trying to
retrieve text for error ORA-06401 (DBD ERROR: OCIServerAttach) at test.pl
line 10

my line ten looks like this:

$dbh = DBI->connect('dbi:oracle:T:xxx.xxx.xxx.xxx:psysrp1', $username,
$password, { RaiseError=> 1, AutoCommit});

Any ideas?

- Kirk

IP x'd out to protect the innocent...

Reply via email to