私は ORACLE 8.0 で作業しています。SQLPLUS で Oracle SQL コマンドを実行する方法を知っています。
SQL Server Management Studio などの IDE を探しましたが、見つかりませんでした。
ORACLE に最適な IDE は何ですか? ありがとう
2 に答える
「最適」は意見の問題です。利用可能な環境は次のとおりです。
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.
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.