如何使用 Oracle SQL Developer 连接到数据库
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/7603989/
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
How to connect to a database with Oracle SQL Developer
提问by anton2g
I need to connect to a database with Oracle SQL-Developer
.
我需要使用Oracle SQL-Developer
.
What I know from the DB is the Instance name and a Database Role.
我从数据库中知道的是实例名称和数据库角色。
How do I connect to the database or what more information do I need?
我如何连接到数据库或我需要什么更多信息?
回答by Wolf
Oracle has excellent documentation on creating connections in SQL Developer both within the application help, but also on their technology network website: OTN Getting Started with SQL Developer. This viewlet found on that page nicely walks you through the process Connect to Database.
Oracle 在应用程序帮助中以及他们的技术网络网站上都有关于在 SQL Developer 中创建连接的优秀文档:OTN Getting Started with SQL Developer。在该页面上找到的这个视图很好地引导您完成连接到数据库的过程。
You will need a username and password, the hostname and port, and a SID.
您将需要用户名和密码、主机名和端口以及 SID。