简体   繁体   English

我需要使用哪个版本的Oracle SQL Developer连接到Oracle 8i?

[英]What version of Oracle SQL Developer do I need to use to connect to Oracle 8i?

Our production application uses Oracle 8i with an embedded license. 我们的生产应用程序使用具有嵌入式许可证的Oracle 8i。 We do not have control over it so updating our Oracle version is not possible. 我们无法控制它,因此无法更新我们的Oracle版本。

What version of Oracle SQL Developer would I need to use to connect to our Oracle 8i database? 我需要使用哪个版本的Oracle SQL Developer连接到我们的Oracle 8i数据库?

The latest versions obviously do not work as Oracle 8i is not supported. 由于不支持Oracle 8i,因此最新版本显然无法正常工作。 What version would I need to use so that it allows me to connect? 我需要使用什么版本以便可以连接?

A similar thread on OraFAQ has the following suggestion which seems promising as I too think it depends on the JDBC driver version. OraFAQ上的类似线程有以下建议,由于我也认为它取决于JDBC驱动程序版本,因此似乎很有希望。 The suggestion is : 建议是:

SQL Developer version 1.2.1 is able to connect to 8.1.7 with limited functionality (prepared reports and browser for objects could not work).. SQL Developer 1.2.1版能够以有限的功能连接到8.1.7(准备的报表和对象的浏览器无法工作)。

Next version (tested with 3.2 64-bit) of SQL developer could be "hacked" to connect to 8.1.7 by simply copy file C:\\oracle\\product\\10.2.0\\client_1\\jdbc\\lib\\classes12.zip from Oracle client prior 11 into appropriate jdk\\jre\\lib\\ext folder. 只需复制Oracle中的文件C:\\ oracle \\ product \\ 10.2.0 \\ client_1 \\ jdbc \\ lib \\ classes12.zip,即可“入侵” SQL Developer的下一版本(使用3.2 64位进行测试)以连接到8.1.7。将客户端11之前的版本放入相应的jdk \\ jre \\ lib \\ ext文件夹中。

source 资源

I use SqlDeveloper 1.5.5 for my Oracle Database 8 . 我将SqlDeveloper 1.5.5用于我的Oracle数据库8

But if the Table list is empty use SqlDeveloper 1.2.1 但是,如果表列表为空,请使用SqlDeveloper 1.2.1

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM