Description
We have to reboot the standby server over the weekend. What are the recommended steps to shutdown the standby database?
Steps Performed
- Disable scheduling of sending archives from primary to standby or stop the daemon service in case of version 8.
- Disable scheduling of applying archives on standby or stop the daemon service incase of version 8.
- Stop Dbvserver service/process (Version 7.0). If its version 8.0 stop the dbvagent,dbvnet services and stop dbvserver if its running from standby server
- Shutdown standby database using the GUI or with the following command:
dbv_oraStartStop stop <DDC> (For Version 7.0) dbvctl -d <DDC> -o stop (For Version 8.0)
- After reboot, start Dbvserver, enable scheduling and start the database using the GUI or with the following command:
dbv_oraStartStop start <DDC> (For Version 7.0) dbvctl -d <DDC> -o start (For Version 8.0)
Donna Zehl December 15, 2015 10:33
thanks for the info