Oracle 11g Backward compatibility with older oracle releases

不羁岁月 提交于 2019-12-05 17:05:21

We had to revert to Oracle 10 client (10.1, I believe) in order to connect to an Oracle 8 database. If there is a way to do it using 11.2, I'd like to be schooled.

EDIT: 10.2 will work. Here's the official word:

http://www.oracle.com/technetwork/database/windows/install10202-083849.html

"Access to an Oracle Database Server (Oracle8i Release 3 or later)"

And as of 11.1, you're out of luck:

http://www.oracle.com/technetwork/database/windows/install11106-087844.html

"Access to an Oracle Database Server (Oracle9i Release 2 or later)"

Oracle doesn't even list version 8 in any compatibility tables on their web site. We verified that current (11g R2) JDBC drivers from Oracle do not work with Oracle 8 database sources. It means that it is not possible to access Oracle 8 databases from the latest version of Oracle SQL Developer because it is using JDBC driver.

While there is a slim chance to be able to access Oracle 8 from some other Oracle 11g client, I would not bet my business on that.

Check out MyOracleSupport

Subject: Client / Server / Interoperability Support Between Different Oracle Versions Doc ID: 207303.1

It won't go directly.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!