Oracle Dataguard Redo Route Setup Forward Log Shipping
Oracle Dataguard Redo Route Setup Forward Log Shipping
The intention here is to have 4 copies of the database. The Primary ships logs to Active
Dataguard and the ADG further forward ships the redo logs to downstream 3 physical standby
database.
We are using this setup so there is no overhead on the primary to ship redo logs to multiple
destinations
We are using the concept of “RedoRoute” to route the Log shipping , below is the simple
architecture in this scenario
DGMGRL configuration of all databases before changes
DGMGRL> show configuration
Configuration - ORADB
. oraenv=ORADB1
dgmgrl /
Configuration - ORADB
Configuration Status:
SUCCESS (status updated 52 seconds ago)
Logs applied successfully after the changes and in current with the
primary
Database - ORADB_ADG
Database Status:
SUCCESS
Database - ORADB1_STBY
Database - ORADB3_STBY
Database Status:
SUCCESS
Database - ORADB2_STBY
Database Status:
SUCCESS