HI All,
I am trying to connect to the oracle db in the perl file and getting the follwing issue. I am using the DBI module but the error is reffereing the DBD module. Any pointers?
Thanks!
#!C:\iw-home/iw-perl/bin/iwperl.exe
use DBI;
$ENV{ORA_HOME} = "C:\oracle\bin";
my $db = DBI->connect("DBI
racle:nnnnn", "yyyyy", "nnnnn");
$db->disconnect;
Output:
C:\Documents and Settings\jhenken>iwperl C:\iw-home\local\bin\test
\db.ipl
install_driver(Oracle) failed: Can't locate DBD/Oracle.pm in
@INC (
@INC contains
: C:/iw-home/iw-perl/lib C:/iw-home/iw-perl/site/lib C:\iw-home\iw-perl\vendor\lib .) at (eval 1) line 3.
Perhaps the DBD:

racle perl module hasn't been fully installed,
or perhaps the capitalisation of 'Oracle' isn't right.
Available drivers: ExampleP, ODBC, Proxy, Sponge.