今天晚上我装完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方面的资料,结果是防火墙的问题。