File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Add the unique-name and dgmgrl entries
2
+ # - for respective side in both primary and standby
3
+ # - in all nodes of each side
4
+
5
+ SID_LIST_LISTENER=
6
+ (SID_LIST =
7
+ (SID_DESC = (GLOBAL_DBNAME = DB_UNIQUE_NAME) (ORACLE_HOME = <the oracle home>) (SID_NAME = <sid for the node> ))
8
+ (SID_DESC = (GLOBAL_DBNAME = DB_UNIQUE_NAME_DGMGRL) (ORACLE_HOME = <the oracle home>) (SID_NAME = <sid for the node> ))
9
+ )
10
+ # Example (site1 node1)
11
+ SID_LIST_LISTENER=
12
+ (SID_LIST =
13
+ (SID_DESC = (GLOBAL_DBNAME = MYDB_SITE1) (ORACLE_HOME = /u01/app/oracle/product/11.2.0.4/dbhome_1) (SID_NAME = MYDB1))
14
+ (SID_DESC = (GLOBAL_DBNAME = MYDB_SITE1_DGMGRL) (ORACLE_HOME = /u01/app/oracle/product/11.2.0.4/dbhome_1) (SID_NAME = MYDB1))
15
+ )
You can’t perform that action at this time.
0 commit comments