in reply to What is the difference between $DBI::errstr and $dbh->errstr?
my $msg = $dbh->func( 'plsql_errstr' ); die $dbh->errstr if ! defined $msg; die $msg if $msg; [download]