客户端显示 “TNS 连接超时”
运行lsnrctl status
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xxxxxx)(PORT=1521)))
查到有2个监听进程在运行
[[email protected] ~]$ ps -ef | grep tns
root 125 2 0 Mar29 ? 00:00:00 [netns]
oracle 11242 1 0 Apr16 ? 00:02:52 /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr LISTENER -inherit
oracle 17837 11242 0 09:34 ? 00:00:00 /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr LISTENER -inherit
oracle 19316 19184 0 14:56 pts/4 00:00:00 grep tns
原文地址:http://blog.51cto.com/12472127/2112165
时间: 2024-11-12 00:51:30