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.ora in RAC ENV ..

JhilFeb 24 2018 — edited Feb 26 2018

Dear RAC Experts ,

/u01/app/oracle/product/11.2.0/db_home  ----> Here i installed DB Software

/u01/product/11.2.0/grid_home          -----> Here i installed GRID Software

>> listener.ora file in RAC env

As we know , listener.ora is running from $GRID_HOME ...

$ORACLE_HOME parameter should point   DB_HOME or GRID_HOME  ??

SID_LIST_LISTENER =

(SID_LIST =

(SID_DESC =

(SID_NAME = XXXXX )

(ORACLE_HOME = ---------------------------->) Do we need to mention grid_home or oracle_home ?

(GLOBAL_DBNAME = orcl)

)

)

I am getting much confused.

Some people are saying ORACLE_HOME parameter should point $ORACLE_HOME

Some others are saying ORACLE_HOME parameter should point $GRID_HOME

As a beginner, I am getting confused, which one should be there ?

This post has been answered by EdStevens on Feb 25 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 26 2018
Added on Feb 24 2018
26 comments
3,435 views