After using:
$dbh = DBI->connect( "dbi:Oracle:$inst", $user, $pass,
    { AutoCommit => 0, RaiseError => 1, PrintError => 0 } )
   or print "ERROR : $DBI::errstr\n<br>";

in error_log I found:

Use of inherited AUTOLOAD for non-method DBD::Oracle::ORA_OCI() is
deprecated at /usr/lib/perl5/site_perl/5.005/i386-linux/DBD/Oracle.pm line
48.

What can I do with this ?????

Regards
Irek Smaczny
[EMAIL PROTECTED]


Reply via email to