perl -e 'use DBD::Oracle 42' This will tell you what version is currently installed. Generally, I always refer to the man page first. But, I didn't see versioning info available in the DBD::Oracle man page. Probably an oversite on my part.
-----Original Message----- From: John Scoles [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2008 9:52 AM To: [EMAIL PROTECTED] Cc: dbi-users@perl.org Subject: Re: question for DBD-Oracle driver 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 > > > > >