Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Listener in ORACLE GRID STANDALONE

MAMSFeb 22 2013 — edited Feb 23 2013
Dear 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
This post has been answered by JohnWatson on Feb 23 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 23 2013
Added on Feb 22 2013
5 comments
502 views