Re: compatibility matrix
- From: k-laab@xxxxxxx (Kim Laabs)
- Date: Fri, 25 Jan 2008 09:58:00 -0600
Thanks Jared for the info. Kim
Jared Still wrote:
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
.
- References:
- Re: compatibility matrix
- From: Jared Still
- Re: compatibility matrix
- Prev by Date: Oracle procedure raises exception but looks to be successful from DBI
- Next by Date: Re: Oracle procedure raises exception but looks to be successful from DBI
- Previous by thread: Re: compatibility matrix
- Next by thread: All tests fail for any other than user 'oracle'
- Index(es):
Relevant Pages
|