客户端不能正常连接oracle,监听状态为"Not All Endpoints Registered"解决(二)

2015-11-21 01:38:59 · 作者: · 浏览: 8
ISTENER 2. stop the listener from GRID_HOME $/bin/srvctl stop listener -n $/bin/srvctl stop scan_listener -i eg: $/bin/srvctl stop listener -n racnode1 $/bin/srvctl stop scan_listener -i 1 If above command fails to stop the tnslsnr process, please use "kill -9 " to stop the LISTENER and LISTENER_SCAN1 process. 3. remove any manually added LISTENER definition from listener.ora if it exists 4. restart the LISTENER and LISTENER_SCAN1 from GRID_HOME $
/bin/srvctl start listener -n $/bin/srvctl start scan_listener -i 5. check crsctl stat res -t output, they both should show ONLINE status now.

?

?