LISTENER process is running but lsnrctll status is not showing any...
CSM.DBAFeb 3 2012 — edited Feb 7 2012Hi All,
I'm seeing LISTENER processes running in one of my Database server.
ps -ef|grep lsnr
00:20:04 OH/tnslsnr LISTENER -inherit
but when issue "lsnrctl status" it's showing
LSNRCTL> status
Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 2: No such file or directory
All my Databases in that box are not having any connection problems. i.e. clients are able to connect them from other boxes through tnsnames.
Could any of you clarify why i'm unable to monitor he services through lsnrctl??
Thanks in advance,
CSM