Re: Perl Oracle driver incompatible with Oracle 8i

2002-06-12 Thread Jeff Hunter
You probably need to recompile your DBD module with your new Oracle client. Vinod Menon wrote: >Hi, > >Our application was using DBI.pm version 10.25 against Oracle 7.3. >Lately the oracle database has been upgraded to 8i (8.1.6.1) and after >that our Perl code is not able to connect to Oracle d

Re: Perl Oracle driver incompatible with Oracle 8i

2002-06-12 Thread Joe Raube
You most likely need to recompile/relink the Oracle perl modules, so that they will link with the newer Oracle/OCI libs. --- Vinod Menon <[EMAIL PROTECTED]> wrote: > Hi, > > Our application was using DBI.pm version 10.25 against Oracle 7.3. > Lately the oracle database has been upgraded to 8i (8

Re: Perl Oracle driver incompatible with Oracle 8i

2002-06-12 Thread Orlando Andico
On Wed, 12 Jun 2002, Vinod Menon wrote: ... > Our application was using DBI.pm version 10.25 against Oracle 7.3. > Lately the oracle database has been upgraded to 8i (8.1.6.1) and after > that our Perl code is not able to connect to Oracle database. The code > just dumps core. > Do I need to downl

Perl Oracle driver incompatible with Oracle 8i

2002-06-12 Thread Vinod Menon
Hi, Our application was using DBI.pm version 10.25 against Oracle 7.3. Lately the oracle database has been upgraded to 8i (8.1.6.1) and after that our Perl code is not able to connect to Oracle database. The code just dumps core. Do I need to download a newer version of DBI. The perl version is u