Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
oracle_guard_installation [2020/10/25 12:17] – andonovj | oracle_guard_installation [2020/10/25 15:17] (current) – [Verify Replication] andonovj | ||
---|---|---|---|
Line 624: | Line 624: | ||
* Logical Guard (up to Read Write) | * Logical Guard (up to Read Write) | ||
- | {{:oracle-data-guard-13-728.jpg?600|}} | + | {{:oracledataguard.jpg?600|}} |
---- | ---- | ||
- | The Physical Guard is using the MRP process | + | Archiver Process – |
- | * MRP - Keeping | + | Log Writer (LGWR) – The log writer process on the primary database writes entries from the redo log buffer to the online redo log file. When the current online redo log file is full, it triggers the archiver process to start the archiving activity. |
- | | + | |
+ | Remote File Server (RFS) Process – The RFS process runs on the standby database and is responsible for communication between the primary and the standby database. For the log transport service, the RFS on the standby database receives the redo records from the archiver or the log writer process of the primary database over Oracle Net and writes to filesystem on the standby site. | ||
+ | |||
+ | Fetch Archive Log (FAL) – The FAL process has two components: FAL Client and FAL Server. Both processes are used for archive gap resolution. If the Managed Recovery Process (MRP) on the standby database site detects an archive gap sequence, it initiates a fetch request to the FAL client on the standby site. This action, in turn, requests the FAL server process on the primary database to re-transmit | ||
+ | |||
+ | Once the log transport service completes the transmission | ||
+ | |||
+ | Managed Recovery Process (MRP) – The MRP applies the redo entries from the archived redo logs onto the physical standby database. | ||
+ | |||
+ | Logical Standby Process (LSP) – The LSP applies the redo records | ||
Because of that there are limitation of the Logical Guard. But we will address that in the Logical Guard section, enough side ways :) | Because of that there are limitation of the Logical Guard. But we will address that in the Logical Guard section, enough side ways :) |