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!

How to register RAC database to new listener manually in 10g?

dm_ptldbaJan 28 2012 — edited Feb 2 2012
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 1 2012
Added on Jan 28 2012
26 comments
8,752 views