Helo Manjusha
I have used the same code you have given but it is giving error like this :
Program is :
use DBI; # Load the DBI module
### Perform the connection using the Oracle driver
$dbh DBI->connect( dbi:Oracle:orcl scott
tiger )
or die Can't connect to Oracle database: $DBI::errstr\n ;
exit;
Error is :
install_driver(Oracle) failed: Can't locate DBD/Oracle.pm in @INC (@INC contains
: C:/Perl/lib C:/Perl/site/lib .) at (eval 4) line 3.
Perhaps the DBD::Oracle perl module hasn't been fully installed
or perhaps the capitalisation of 'Oracle' isn't right.
Available drivers: DBM ExampleP File Proxy Sponge.
at D:\perl programs\db.pl line 7