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 598951a commit 0103ee2Copy full SHA for 0103ee2
dataguard11g-scripts/stby-register-in-crs.sh
@@ -0,0 +1,12 @@
1
+# Register the standby information
2
+ srvctl add database -d Standby_Db_Unique_name -o Oracle Home Path -p SPFILE_Location_in_ASM -n DB_Name -r PHYSICAL_STANDBY -s mount
3
+ srvctl add instance -d Standby_DB_Unique_name -i Node1_SID -n Node1_Physical_Hostname
4
+ srvctl add instance -d Standby_DB_Unique_name -i Node2_SID -n Node2_Physical_Hostname
5
+
6
+#Verify the Configuration,
7
+ srvctl config database -d Standby_DB_Unique_name
8
+ srvctl config database -d Standby_DB_Unique_name –a
9
10
+#Verify start/stop of the database. And check it works successfully,
11
+ srvctl stop database –d Standby_DB_Unique_name
12
+ srvctl start database –d Standby_DB_Unique_name
0 commit comments