oracle 最好的 IDE 是什么?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11456516/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What is a best IDE for oracle?
提问by Ali Bigdeli
I Work on a ORACLE 8.0.I know how to run oracle SQL command's in SQLPLUS.
I searched to find a IDE such as SQL Server Management Studio but couldn't find it.
what is best IDE for ORACLE?
thanks
我在 ORACLE 8.0 上工作。我知道如何在 SQLPLUS 中运行 oracle SQL 命令。
我搜索了一个 IDE,例如 SQL Server Management Studio,但找不到。
什么是 ORACLE 的最佳 IDE?谢谢
回答by Ali Bigdeli
"Best" is a matter of opinion - available environments include:
“最佳”是一个见仁见智的问题——可用的环境包括:
回答by Justin Cave
Wow. Oracle 8.0 has been obsolete for almost 15 years. That's an ancient version of the database. Are you sure you're really using something that old? That definitely complicates things because it means that any vaguely recent version of the Oracle client won't be able to connect to the database so you're eliminating the vast majority of tools.
哇。Oracle 8.0 已经过时了将近 15 年。那是数据库的古老版本。你确定你真的在用那么旧的东西吗?这肯定会使事情复杂化,因为这意味着 Oracle 客户端的任何模糊的最新版本都将无法连接到数据库,因此您正在消除绝大多数工具。
If you're really stuck with an ancient version of Oracle, the old Java based Enterprise Manager application that shipped as a part of the Oracle client is the closest thing to SQL Server Management Studio. I don't know if that was available way back in Oracle 8.0 but the version that shipped with the 8.1.7 Oracle client should connect to an Oracle 8.0 database. Of course, Oracle no longer makes either the 8.0 or 8.1.7 Oracle client available for download and you'd need to have a pretty old version of the operating system to be able to install something that old. If you still have a support agreement (though that seems unlikely since you haven't upgraded Oracle in my working lifetime) you might be able to open a support request and get Oracle to send you a CD for desupported versions of the database or client.
如果您真的坚持使用旧版 Oracle,那么作为 Oracle 客户端的一部分提供的旧版基于 Java 的企业管理器应用程序是最接近 SQL Server Management Studio 的应用程序。我不知道这在 Oracle 8.0 中是否可用,但 8.1.7 Oracle 客户端附带的版本应该连接到 Oracle 8.0 数据库。当然,Oracle 不再提供 8.0 或 8.1.7 Oracle 客户端可供下载,您需要有相当旧版本的操作系统才能安装旧版本。如果您仍有支持协议(尽管这似乎不太可能,因为您在我的工作生涯中还没有升级过 Oracle),您可能可以打开支持请求并让 Oracle 向您发送一张 CD,以了解不支持的数据库或客户端版本。