运行lsnrctl 命令 挂机,超时TNS-12525: TNS-12535:TNS-12606:

来源:这里教程网 时间:2026-03-03 13:48:23 作者:

运行lsnrctl  status 挂起很久报如下错误 TNS-12525: TNS:listener has not received client's request in time allowed  TNS-12535: TNS:operation timed out   TNS-12606: TNS: Application timeout occurred 修改监听配置,或种方法都试了 netstat -apn|grep 1521    也kill 了进程还是没有用 后来通过修改端口发现能启动,才回想起,昨天动过iptables,在里边添加了1521端口只充许某些IP防问。 service iptables stop  暂停iptables后 一切正常,一点小问题,整了几个小时。

相关推荐