How To Open Standby Database When Primary Database
Is Lost
If your primary database is not accessible or crashed for any issue,
then we can use open the standby database for use.
Below
are the steps for opening standby database:
1. Start
the standby database in mount stage: [ STANDBY]
shut immediate;
startup mount;
2 .
Check the protection_mode and database_role
NOTE: If protection_mode is other
than maximum performance, then change it .
SQL> ALTER DATABASE SET STANDBY
DATABASE TO MAXIMIZE PERFORMANCE;
3.
Recover standby database:[ STANDBY]
Make
sure all archives has been applied in this process.
4.
Finish the recovery process:
5.
Activate the standby database:
6.
Check the status:
|
No comments:
Post a Comment