Re: compatibility matrix
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
Relevant Pages
- Re: Point at which WAN latency affects perceived app response?
... applications accessing an Oracle database over a WAN? ... We are using Oracle Server 9ir2 as our back end database ... but they must touch on SQL*Net eventually as the Oracle client ... (comp.databases.oracle.misc) - Re: Why not Access...?
... Next, I DID NOT SAY Oracle was considered a "best choice," only a sufficient ... It is a desktop application and the database in also on the same machine. ... I also want to know why Oracle is considered a best choice as compared to SQL Server. ... > Also, you need to answer the question regarding whether or not each client> will be using an individual database, and individual copy of a central> organization database, or making straight calls to a centralized ... (microsoft.public.sqlserver.server) - Re: oracle performance
... order to diagnose the reasons behind a performance problem on oracle ... Tuning database applications requires ... could be on the server: Oracle not told to use the available memory, ... network cabling, failing switch or hub equipment, client network card ... (comp.databases.oracle.server) - Re: NLS_LANG
... From the "Oracle Database Globalization Support Guide" I understand ... If you really plan to use WE8ISO8859P1 on the Windows client, ... But even if you plan to use a different character set on the Windows client ... (comp.databases.oracle.misc) - Re: Database Design Idea
... Your main form should probably be Client Matters as this will be the one ... First I will explain what the database will be trying to achieve. ... The current database stores the client's details, the matter, court ... (microsoft.public.access.tablesdbdesign) |
|