How do I find out why a DBI->connect fials.
Using DBI to connect to an Oracle datbase, the connect fails but no diagnostics in the die clause produce anything.
e.g. $dbh = DBI->connect("dbi:Oracle: ...) or
die "Failed: $! $dbh->errstr $ora_errstr \n";
produces only the Failed text.
Using DBI to connect to an Oracle datbase, the connect fails but no diagnostics in the die clause produce anything.
e.g. $dbh = DBI->connect("dbi:Oracle: ...) or
die "Failed: $! $dbh->errstr $ora_errstr \n";
produces only the Failed text.