oracle 如何在 SQL Developer 中创建本地连接
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/29972684/
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 create local connection in SQL Developer
提问by Pie
I only have SQL Developer installed. What other programs do I need to install to create a local database. Please provide links.
我只安装了 SQL Developer。我需要安装哪些其他程序才能创建本地数据库。请提供链接。
回答by Davide Lorenzo MARINO
SQL Developer is a client that access to a database server to extract data.
SQL Developer 是访问数据库服务器以提取数据的客户端。
You need a database server.
您需要一个数据库服务器。
If you operate with SQLDeveloper probably you like to install Oracle. There is a simplified version of Oracle that is called Oracle-XE. Search it over google and download the right version for your operating system.
如果您使用 SQLDeveloper,您可能喜欢安装 Oracle。有一个简化版的 Oracle,称为 Oracle-XE。通过谷歌搜索并下载适合您操作系统的正确版本。
回答by Jigar
Give the username and password of the user you created. You can specify localhost in Host name. If you haven't modified the port on which Oracle works then give 1521. If you haven't changed SID as well then give XE. You might be able to connect with DB.
提供您创建的用户的用户名和密码。您可以在主机名中指定 localhost。如果您还没有修改 Oracle 工作的端口,则提供 1521。如果您还没有更改 SID,则提供 XE。您也许可以连接到 DB。