use DBI::Oracle
DBI::Oracle isn't a module which exists on CPAN. See the copious documentation on DBI for how to use this abstraction layer or indeed the canonical book.
PS. I've also just spotted this old but good introductory overview to DBI which might be a useful starting point.
| [reply] [d/l] |
| [reply] |
using DBI only.
use DBI;
getting error
| [reply] |
| [reply] [d/l] |
| [reply] |
tried with
use DBD::Oracle
but same error i am getting.
Can't locate DBD/Oracle.pm in @INC (you may need to install the DBD::Oracle module) (@INC contains: /etc/perl /usr/local/lib/i386-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/i386-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/i386-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/i386-linux-gnu/perl-base .)
| [reply] |
| [reply] |