Skip to content

Commit 199b3f4

Browse files
authored
Create listener-template.ora
1 parent 0103ee2 commit 199b3f4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
)

0 commit comments

Comments
 (0)