There are so many common features to build a physical standby database across various database versions, from the top to view these features, the key feature is the sequence, if the steps in the sequence is misplaced, the result could be wrong or hard to fix. The concepts of the sequence are quite simple.
- From bottom to top while preparation.
- From top to bottom while creation.
- Infrastructure preparation.
- Database preparation.
- Database creation.
- Data guard broker enablement.
A. Infrastructure preparation.
- Install an empty database on standby
- Prepare configuration files on both sides
- Prepare pfile for both primary and standby database
B. Database preparation.
- Enable force logging and archivelog on primary database
- Create standby redo logs on primary database
- Prepare standby controlfile on primary database
- Prepare data files on primary database
C. Database creation.
- Copy data files into standby database
- Copy standby controlfile into standby database
- Create standby redo logs on standby database
- Create spfile for both primary and standby database
- Recover managed standby database
D. Data guard broker enablement.
- Configure data guard broker
- Verify all settings are correct
- Building a Physical Standby Database (01/14) - Install an empty database on standby
- Building a Physical Standby Database (02/14) - Prepare configuration files on both sides
- Building a Physical Standby Database (03/14) - Prepare pfile for both primary and standby database
- Building a Physical Standby Database (04/14) - Enable force logging and archivelog on primary database
- Building a Physical Standby Database (05/14) - Create standby redo logs on primary database
- Building a Physical Standby Database (06/14) - Prepare standby controlfile on primary database
- Building a Physical Standby Database (07/14) - Prepare data files on primary database
- Building a Physical Standby Database (08/14) - Copy data files into standby database
- Building a Physical Standby Database (09/14) - Copy standby controlfile into standby database
- Building a Physical Standby Database (10/14) - Create standby redo logs on standby database
- Building a Physical Standby Database (11/14) - Create spfile for both primary and standby database
- Building a Physical Standby Database (12/14) - Recover managed standby database
- Building a Physical Standby Database (13/14) - Configure data guard broker
- Building a Physical Standby Database (14/14) - Verify all settings are correct