Content deleted Content added
DrParanoid (talk | contribs) →Physical standby: Reworded to be more exact |
DrParanoid (talk | contribs) Tag: references removed |
||
Line 11:
A physical standby database replicates the exact contents of its primary database across the [[Oracle Net]] [[network layer]]. While the physical storage locations can be different, the data in the database will be exactly the same as the primary database. It can function either in managed Recovery mode or in read-only mode, but not in both modes at the same time unless the databases are at Oracle Database 11.1 or higher and the Active Data Guard option is licensed (See below).
=== Logical standby (SQL Apply) ===
Logical standby databases convert the redo generated at the Primary database into data and SQL and then re-apply those SQL transactions on the Logical standby; thus physical structures and organization will be different from the Primary database. Users can read from logical standby databases while the changes are being applied and, if the GUARD is set to STANDBY (ALTER DATABASE GUARD STANDBY;), write to tables in the Logical standby database that are not being maintained by SQL Apply.
=== Active Data Guard ===
|