Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1762923
  • 博文数量: 323
  • 博客积分: 5970
  • 博客等级: 大校
  • 技术积分: 2764
  • 用 户 组: 普通用户
  • 注册时间: 2011-04-03 23:13
文章分类

全部博文(323)

文章存档

2018年(2)

2017年(11)

2016年(10)

2015年(27)

2014年(2)

2013年(30)

2012年(197)

2011年(44)

分类: LINUX

2012-06-11 15:32:09

oracle客户端无法连接oracle远程服务器:
1、问题:本地客户端能连接oracle服务器,但远程客户端无法连接,报错:tns:connetc timeout occurred
解决办法:oracle服务器防火墙没有关闭,关闭防火墙即可。
命令:
查看防火墙是否已经开启用service iptables status
查看防火墙是不是开机自动启动用 chkconfig --list |grep iptables 如果35是ON的话那就是开机自动启动防火墙 service --status-all可以看所有进程是否启动还是关闭 service iptables stop |start可以停止和关闭服务
永久打开或则关闭 
chkconfig iptables on 
chkconfig iptables off 

即时生效:重启后还原 
service iptables start 
service iptables stop
阅读(2971) | 评论(0) | 转发(2) |
给主人留下些什么吧!~~