compatibility matrix
am 05.12.2007 22:48:48 von k-laab
Hello all,
Is there a such a thing as a compatibility matrix for DBD,DBI, perl, OS
(solaris) and Oracle? If so, where could I find the doc?
When upgrading DBD and DBI, I'm wondering if I should check the
compatibility with Oracle version and so on.
Thanks,
Kim
RE: compatibility matrix
am 06.12.2007 05:02:12 von byterock
--_9a08ba13-19b4-44c3-961b-a6186e1164bd_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Well of the top of my head no. But here is my 2cents
=20
DBI and DBD::Oracle 1.19 should be compatiable with any version of Oracle g=
oing right back to 7. It is more a matter of which Oracle Client you compli=
le DBD::Oracle against. Basically any new client should be able to connect =
to an older database.
=20
There are of course problems with different patch sets and bugs etc in Orac=
le as well you will have to take into consideration that you might have to =
use 32bit binaries on a 64bit machine.
> Date: Wed, 5 Dec 2007 15:48:48 -0600> From: k-laab@umn.edu> To: dbi-users=
@perl.org> Subject: compatibility matrix> > Hello all,> Is there a such a t=
hing as a compatibility matrix for DBD,DBI, perl, OS > (solaris) and Oracle=
? If so, where could I find the doc?> > When upgrading DBD and DBI, I'm won=
dering if I should check the > compatibility with Oracle version and so on.=
> > Thanks,> Kim
____________________________________________________________ _____
Exercise your brain! Try Flexicon!
http://puzzles.sympatico.msn.ca/chicktionary/index.html?icid =3Dhtmlsig=
--_9a08ba13-19b4-44c3-961b-a6186e1164bd_--
Re: compatibility matrix
am 12.01.2008 16:58:20 von jkstill
------=_Part_5433_26462478.1200153500648
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
On Dec 5, 2007 8:02 PM, John Scoles 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
------=_Part_5433_26462478.1200153500648--
Re: compatibility matrix
am 25.01.2008 16:58:00 von k-laab
Thanks Jared for the info. Kim
Jared Still wrote:
> On Dec 5, 2007 8:02 PM, John Scoles 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
>
>
>