Thursday, April 10, 2008

lsnrctl status is not returing service name in RAC

Problem:
ORA-12154: TNS:could not resolve the connect identifier specified
lsnrctl status is not returing service name

Fix:
alter system set local_listener='(ADDRESS = (PROTOCOL = TCP)(HOST = blr-catfish-rac1-vip) (PORT = 1521))' scope=both sid='ORCL1';

No comments: