如何使用 Oracle 11g 客户端?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3633238/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-18 21:26:30  来源:igfitidea点击:

How to use Oracle 11g client?

oracleoracle11g

提问by Ris

I may be asking something silly but I don't see any sql*plus or any GUI kind of interface to connect my Oracle server remotely. I tried SQL Plus but it's a command line interface, don't know what to do with that.

我可能会问一些愚蠢的问题,但我没有看到任何 sql*plus 或任何 GUI 类型的界面来远程连接我的 Oracle 服务器。我试过 SQL Plus,但它是一个命令行界面,不知道该怎么做。

alt text

替代文字

回答by

Oracle SQL developeris a GUI client

Oracle SQL 开发人员是一个 GUI 客户端

回答by O. Jones

pl/sql developer and toad are both decent, but nonfree, Oracle gui clients. If you're going to do a lot of work on packages or stored procs/funcs, one of these will be worth every bit of money you spend.

pl/sql developer 和 toad 都是不错的,但非免费的 Oracle gui 客户端。如果您要在包或存储的 procs/funcs 上做很多工作,那么您花的每一分钱都值得其中之一。

squirrel sql is an opensource client. There's a squirrel-derived plugin for eclipse called SQL Explorer; it's really good for looking at your data to help get your programs right.

squirrel sql 是一个开源客户端。有一个用于 Eclipse 的松鼠派生插件,称为 SQL Explorer;查看您的数据以帮助您正确执行程序非常有用。