Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

DBI module version for Active PERL 5.6.1

540423Oct 22 2006 — edited Oct 22 2006
Hi
I have installed Active PERL 5.6.1
I have installed oracle 10g.
But when I am running perl scripts with the line "use DBI",
This is giving an error "Can't locate loadable object for module DBI in @INC (@INC contains: C:\oracle\pr
oduct\10.1.0\db_4\perl\lib\5.6.1\MSWin32-x86 C:\oracle\product\10.1.0\db_4\perl\
lib\5.6.1 C:\oracle\product\10.1.0\db_4\perl\5.6.1\lib\MSWin32-x86 C:\oracle\pro
duct\10.1.0\db_4\perl\site\5.6.1 C:\oracle\product\10.1.0\db_4\perl\site\5.6.1\l
ib C:\oracle\product\10.1.0\db_4\sysman\admin\scripts C:/Perl/lib C:/Perl/site/l
ib .) at C:\oracle\product\10.1.0\db_4\perl\site\5.6.1\lib/DBI.pm line 189
BEGIN failed--compilation aborted at C:\oracle\product\10.1.0\db_4\perl\site\5.6
.1\lib/DBI.pm line 189.
Compilation failed in require at select1.pl line 3.
BEGIN failed--compilation aborted at select1.pl line 3."

The perl code is :-
#!/usr/local/bin/perl

use DBI;

...............

The error clearly says that DBI module needs to be installed.
I want to know the DBI module version for Active PERL 5.6.1,and the path from where I can downloaded.
I also want the path for the DBD::Oracle module

Thanks in Advance,
Bannu
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 19 2006
Added on Oct 22 2006
1 comment
773 views