How to register RAC database to new listener manually in 10g?
Hi Rac Experts,
OS : Red Hat Enterprise Linux AS release 3 (Taroon Update 6)
Oracle 10.2.0.2.0 database
I am working on to register my two node RAC database to the new listener which i have created manually, after listener creation when i start the listener it only handles local instance but not the remote instance. Please advice....
Please note that netca is not working on this machine and i am working from remote location, so i don't have gui access from here.
Following is my listener on node1:
---------------------------------------------
LISTENER_OR44D1 =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = virtual ip)(PORT = 1527)(IP = FIRST)))
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = actual ip)(PORT = 1527)(IP = FIRST)))
)
)
SID_LIST_LISTENER_OR44D1 =
(SID_LIST =
(SID_DESC = (ORACLE_HOME = /u01/app/oracle/product/oracle10/db)(SID_NAME = or44d1))
)
------------------------------------------------------------
-- PTLDBA.