Oracle Data Guard
Oracle Data Guard
Oracle Data Guard is used to create and maintain up to nine standby copies of a production database, to
assist with disaster recovery and data corruption. This is called a Data Guard configuration. The standby
databases can be on the same machine as the production database, or spread over remote data centres,
as long as they can communicate with the production database.
The standby databases are initially created from an RMAN backup and are then kept identical to
production by transmitting redo log data from the primary database and then applying the logs to each
standby database. This is called a transactionally consistent copy, and is better than disk mirroring
because the redo logs are created from database changes while they are still in memory, so if any data
gets corrupted when it is copied to disk at the primary, this is not mirrored to the standby databases.
Oracle itself ensures that data is logically and physically consistent before it is applied to a standby
database.
If you need to take the production database down, or if you get an unplanned outage, Data Guard can
switch the production workload to any standby database, so minimising downtime. If you are upgrading
software, you can also use standby databases to roll out the upgrades, so proving them in a non-
production environment before applying them to production.
Any of these databases, production or standby, can be a single-instance Oracle database or an Oracle
RAC database. A standby database can be either a physical standby database or a logical standby
database. A physical standby database is identical to the primary database on a block-for-block basis. A
logical standby database is logically the same as the production database, but the physical organization
and structure of the data can be different and it is more flexible as it can be used for reporting, and
database upgrades, as well as providing protection from production failures.
Oracle Storage
Oracle Files
Oracle RMAN
Oracle RAC
Dataguard
Oracle ASM
Lascon updTES
I retired 2 years ago, and so I'm out of touch with the latest in the data storage world. The Lascon site has
not been updated since July 2021, and probably will not get updated very much again. The site hosting is
paid up until early 2023 when it will almost certainly disappear.
Lascon Storage was conceived in 2000, and technology has changed massively over those 22 years. It's
been fun, but I guess it's time to call it a day. Thanks to all my readers in that time. I hope you managed
to find something useful in there.
All the best
DISCLAIMER - By entering and using this site, you accept the conditions and limitations of use
Click here to see the Full Site Index Click here to see the Cookie Policy Click here to see
the Privacy Policy ©2019 and later, A.J.Armstrong