[EMAIL PROTECTED] wrote:
Thank you so much for providing me this information. After I try the command you provide, I got the following error message. Can't load '/opt/perl5/lib/site_perl/5.8.0/PARISC2.0/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: No such file or directory at /opt/perl5/lib/5.8.0/PA-RISC2.0/DynaLoader.pm line 229. at test_dbd_ver.pl line 5 Compilation failed in require at test_dbd_ver.pl line 5. BEGIN failed--compilation aborted at test_dbd_ver.pl line 5. Any suggestions for this error. Thanks Icheng
The means you do not have DBD::Oracle installed you will have to install it with CPAN or alike Cheers John Scoles
give this a try #!perl -w use DBI; use DBD::Oracle qw(:ora_types); print DBD::Oracle::ORA_OCI()."\n"; if you dbi is 1.47 you can use up to DBD::Oracle 1.19 cheers John Scoles [EMAIL PROTECTED] wrote:Dear sir/madam, How can we tell that we have already install DBD-Oracle drive for DBI ? If we have already install DBD-Oracle, how can we check what version it is ? We have the unix (HP-UX houux14 B.11.11 U 9000/800 196921507 unlimited-user license) installed, and perl version ( v5.8.0 built for PA-RISC2.0) install and DBI (DBI version is => 1.47), what version DBD-Oracle driver we need to install ? Thank you very much for answering my questions. Icheng
