in reply to Re^2: dbd::oracle HELP
in thread dbd::oracle HELP

What fixed it for me was installing DBD::Oracle after DBI using cpan.

E.g.
cpan> install DBI
stuff.... OK
cpan> force install DBD::Oracle

Need to use force because it will attempt to connect to a generic database... Karl