in reply to Re: DBI support for system/application upgrades
in thread DBI support for system/application upgrades

The real question is wether DBD::Oracle supports it.

From DBD::Oracle:

<QUOTE>"DBD::Oracle is a Perl module which works with the DBI module to provide access to Oracle databases (both version 7 and 8)"</QUOTE>

So, you might have issues if version 9 is not backwards compatable with version 8. That is, until somebody gets around to updating DBD::Oracle to be forward compatable.

  • Comment on Re: Re: DBI support for system/application upgrades

Replies are listed 'Best First'.
Re: Re: Re: DBI support for system/application upgrades
by rdfield (Priest) on Apr 04, 2002 at 10:14 UTC
    I've had no problems using DBD::Oracle (actually the DBD::Oracle8 PPD from Activestate) against a 9i database using 8i client libraries on a W2K box.

    rdfield