简体   繁体   English

Oracle数据库-连接请求超时-客户端Windows加入服务器2012年的域后

[英]Oracle database - connection request timed out - after client windows joins a domain on server 2012

I have a total of 3 systems, all installed on the Oracle Virtual box. 我总共有3个系统,所有系统都安装在Oracle Virtual框中。

A: Windows 7 64 bit - Oracle database 11g R2 installed 答:Windows 7 64位-已安装Oracle数据库11g R2
B: Windows 7 64 bit - Used for testing developed application B:Windows 7 64位-用于测试开发的应用程序
C: Windows Server 2012 R2 Datacenter Edition - as a domain controller C:Windows Server 2012 R2数据中心版-作为域控制器

Initially, I had only two systems, A and B, and the application on system B was able to connect to oracle database on system A. 最初,我只有两个系统A和B,并且系统B上的应用程序能够连接到系统A上的oracle数据库。

After I installed system C on another Virtual Machine in VirtualBox and created it as a domain controller, and had the systems A and B join the new domain created, I am not able to connect to the oracle database on system A. 在VirtualBox的另一台虚拟机上安装系统C并将其创建为域控制器,并让系统A和B加入创建的新域之后,我无法连接到系统A上的oracle数据库。

The error I was getting was: Connection request timed out - I checked on system A and database was stopped. 我得到的错误是: Connection request timed out -我在系统A上检查并且数据库已停止。 I tried login using sqlplus and it failed with the 'No listener running', and I used the lsnrctl start to start the listener. 我尝试使用sqlplus登录,但由于“没有运行监听器”而失败,并且我使用lsnrctl start启动了监听器。

Then, I was able to connect using sqlplus on system A. 然后,我能够在系统A上使用sqlplus进行连接。

But, still the application on system B can't connect to database and receives - Connection time out . 但是,系统B上的应用程序仍然无法连接到数据库并接收- Connection time out

I have checked the accessibility issues, system A is visible and accessible from system B and I get a proper ping request reply entries. 我已经检查了可访问性问题,系统A是可见的,并且可以从系统B进行访问,并且得到了正确的ping请求答复条目。

Can some one help me to figure out the issue? 有人可以帮我弄清楚这个问题吗?

I have resolved this. 我已经解决了。 The problem was that, on system A, the firewall had to be turned off separately for the domain. 问题是,在系统A上,必须为域单独关闭防火墙。 It was already off for the Public Network and Home Network , but it had be turned off third time again for the Domain Network . 对于Public NetworkHome Network ,该功能已关闭,但对于Domain Network ,该功能已再次关闭。

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

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