简体   繁体   English

创建JDeveloper远程数据库连接

[英]Creating JDeveloper remote Database Connections

I'm hoping I'll be able to get some help with this. 我希望能够对此有所帮助。 I am new to jdeveloper and Oracle. 我是jdeveloper和Oracle的新手。 I installed Oracle 11g database on a remote windows VPS and whenever I try to establish the connection from a different PC I get the error Test failed: IO Error: The Network Adapter could not establish the connection. 我在远程Windows VPS上安装了Oracle 11g数据库,并且每当尝试从另一台PC建立连接时,都会出现错误,测试失败:IO错误:网络适配器无法建立连接。

I am able to connect to the database if installed on localhost. 如果安装在本地主机上,我可以连接到数据库。 Would appreciate any help 希望有帮助

You'll need to specify the error code you are getting to get better help. 您需要指定要获得更好帮助的错误代码。 Usually this has to do with settings of SQLNet on the server side, you need to have your Listener running and configured for the right DB. 通常,这与服务器端SQLNet的设置有关,您需要为正确的数据库运行并配置侦听器。

lsnrctl stat should show you the current status (on the server). lsnrctl stat应显示您的当前状态(在服务器上)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM