Listener in ORACLE GRID STANDALONE
MAMSFeb 22 2013 — edited Feb 23 2013Dear All,
I am getting "listener support no services oracle" in lsnrctl status services.
Can anybody provide step to database service in listener. This is standalone grid.
I am able to create a listener using netmgr utitlity where i can provide a service name .
But i want to try with local_listener parameter
this command will update the oracle restart
srvctl add listener -l LISTENER_ORCL -o /u01/app/oracle/product/11.2.0/db_orcl -p "TCP:1522/IPC:ORCL"
entry in tns
LISTENER_ORCL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = rac1(PORT = 1522))
)
alter system set LOCAL_LISTENER="LISTENER_ORCL" scope=spfile;
but when i am doing lsnrctl status LISTENER_ORC it is giving no services.
Where should i mention the db name ...
Appreciate your help
Thanks,
Abdul