DBI, Oracle

From: Nancy McMullin (NANCY.MCMULLIN_at_DFAS.MIL)
Date: 06/18/04


Date: Fri, 18 Jun 2004 08:44:41 -0600
To: <dbi-users@perl.org>


I have DBI:Oracle running on Windows, now need it on HPUX.

It's apparent that the DBD is not loaded or loaded correctly yet due to the following:
----------------------------------------------------
 -->more showdbiversion
perl -mDBD::Oracle -e'print"DBI: $DBI::VERSION\nDBD:$DBD::Oracle::VERSION\n"'

 -->showdbiversion
Can't locate DBD/Oracle.pm in @INC (@INC contains: /opt/perl/lib/5.8.0/PA-RISC1.1-thread-multi /opt/perl/lib/5.8.0 /opt/perl/lib/site_perl/5.8.0/PA-RISC1.1-thread-multi /opt/perl/lib/site_perl/5.8.0 /opt/perl/lib/site_perl .).
BEGIN failed--compilation aborted.
-------------------------------------------------------
What steps do I need to take to get it loaded on HPUX 11i? Do I need to start from scratch with Perl - or just load the DBI or DBD module?

Thanks.



Relevant Pages