in reply to DBD::Oracle::st fetch warning

What version of perl are you using (output of perl -v) and what version of DBI (perl -MDBI -le 'print $DBI::VERSION') ?

This sounds like the (non-)error that afflicted DBI a while back on 5.6 at least, and may be resolved by upgrading to the current version of DBI.

• another intruder with the mooring in the heart of the Perl

Replies are listed 'Best First'.
Re^2: DBD::Oracle::st fetch warning
by denzil_cactus (Sexton) on Nov 01, 2007 at 11:09 UTC
    hi, perl -v is v5.8.4 and perl -MDBI -le 'print $DBI::VERSION' is 1.53 Do I need to upgrade then?