Hi All,
When I am trying to check status of listener with lsnrctl command, its getting errored out:
bash-3.00$ lsnrctl status clonenew
LSNRCTL for Solaris: Version 11.1.0.7.0 - Production on 19-JUN-2010 14:21:04
Copyright (c) 1991, 2008, Oracle. All rights reserved.
Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCtest))
TNS-01114: LSNRCTL could not perform local OS authentication with the listener
TNS-01115: OS error 28 creating shared memory segment of 129 bytes with key 510551698
bash-3.00$
I am not even able to stop this listener. All database connection are working fine.
As per the tech note: *TNS-01114 and TNS-01115: Unable To Stop/Status An Oracle10g TNS Listener On Sun Solaris [ID 337056.1]* i verified all kernel parameters already set to a proper value.
project.max-shm-ids
privileged 256 - deny -
system 16.8M max deny -
RDBMS Version - 11.1.0.7
Platform - Sun Solaris sparc 5.10
Any inputs in this issue is appreciated.
Thanks in advance.