今天晚上我装完oracle10g后,在windows机器上可以ping通linux服务器,但是老是连不上已经装好的数据库,想来想去,都觉得是服务器配置的问题,结果去找oracle配置的问题,找了很久没有找到原因。最后在网上某篇文章中找到一点头绪,我到服务器上将防火墙程序停掉。
[root@bogon Desktop]# service iptables stop
iptables: Flushing firewall rules:                         [  OK  ]
iptables: Setting chains to policy ACCEPT: filter          [  OK  ]
iptables: Unloading modules:                               [  OK  ]
结果就好了。郁闷啊,找了很久oracle方面的资料,结果是防火墙的问题。

相关文章:

  • 2021-06-01
  • 2022-03-04
  • 2022-12-23
  • 2021-12-18
  • 2021-09-22
  • 2021-12-05
  • 2021-04-20
  • 2021-06-27
猜你喜欢
  • 2021-11-19
  • 2022-12-23
  • 2021-07-27
  • 2021-12-27
  • 2021-10-19
相关资源
相似解决方案