From here we use two operations in dataguard...
[Link] TEST
[Link]
DR TEST:
IF the primary database is corrupted (or)related data center is damaged we have to
open stand by
database into Read-Write Mode(primary).
To do this how much time it takes that the process is known as DR TEST.
We have to do DR TEST every quaterly to estimate the time.
There are two types of standby in the DR TEST:
[Link] STAND BY
[Link] STAND BY
FAILOVER:
If any disaster is occured in the primary database location in which the data is
completely destroyed or
lost then we need to make stand by database into the primary database.
ACTIVATE: initiates an OPEN RESETLOGS operation on the standby database to create
the redo logs.
snapshot
Standby database is a fully updateable standby database created by converting a
physical standby database into a snapshot standby database.