Re: compatibility matrix
- From: jkstill@xxxxxxxxx (Jared Still)
- Date: Sat, 12 Jan 2008 07:58:20 -0800
On Dec 5, 2007 8:02 PM, John Scoles <byterock@xxxxxxxxxxx> wrote:
DBI and DBD::Oracle 1.19 should be compatiable with any version of Oracle
going right back to 7. It is more a matter of which Oracle Client you
complile DBD::Oracle against. Basically any new client should be able to
connect to an older database.
Within limits.
A 10g client for instance cannot connect to a database with a version <
8.1.7.4,
or an ORA-3134 will be encountered.
Older clients can often connect to the latest server, but it may not be
supported.
eg. if it doesn't work right, too bad.
Connections between Oracle 7 and 9.2 are not supported. A 9.2 client cannot
connect to a 7.3 database, though a 7.3 client can connect to a 9.2database.
We have an app that does this, simply because there is no way around it,
unsupported or not.
See MetaLink note 207303.1
--
Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist
- Follow-Ups:
- Re: compatibility matrix
- From: Kim Laabs
- Re: compatibility matrix
- Prev by Date: Re: Using q() to define a query
- Next by Date: Re: Using q() to define a query
- Previous by thread: Which versions to use
- Next by thread: Re: compatibility matrix
- Index(es):
Relevant Pages
|
|