Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b997fc2 commit 331246cCopy full SHA for 331246c
dataguard11g-scripts/prim-broker-setup.txt
@@ -0,0 +1,5 @@
1
+# DGMGRL>
2
+create configuration 'DG_DB_NAME' as primary database is 'PRIM_DB_UNIQUE_NAME' connect identifier is 'PRIM_DB_UNIQUE_NAME';
3
+add database 'STBY_DB_UNIQUE_NAME' as connect identifier is 'STBY_DB_UNIQUE_NAME' maintained as physical;
4
+enable configuration;
5
+show configuration;
0 commit comments