This is a premium alert message you can set from Layout! Get Now!

FAQ-Standby-Service

Services

1. Services on the primary database?

* The Log Writer: Updates the online redone logs. It creates local archived logs and transmission of the redologs to the standby.

* The Archive Process: Copying of the online redone logs for the standby bases in a remote or localized manner.

* The Fetch Archive Log: When managing archived logs for customers with multiple standby databases, each fetch request is serviced by a dedicated server on the primary database. So, if a customer has several standby databases, each fetch archive log request is handled by its own server on the primary database.

* Log Network: It gets used on the primary database to establish a connection with that of standby.

2. Services needed on the standby database.

There are four services required on the standby:

* Fetch Archive Log: The archived redo files get pulled from primary sites. The transfer of the archived redo files is initiated on the detection of a sequence gap.

* Remote File: The Primary database is used to receive the archived or standby redo logs. You can get both the archived and the standby logs together as well.

* Archive Process: The standby redo logs that get applied by managed recovery are archived by this service. 4. Managed Recovery: The archived redo log details are applied to the standby database.

3.Redo Transport Services?

It controls the automated transfer of redo data from the production database to one or more archival destinations.

Redo transport services perform:

* Transmit redo data from the primary system to the standby systems in the configuration.

* Manage the process of resolving any gaps in the archived redo log files due to a network failure.

* Automatically detect missing or corrupted archived redo log files on a standby system and automatically retrieve replacement archived redo log files from the primary database or another standby database.

4. FAL_Server & FAL_Client? We use this parameter if we have more than two standby and to manage gap detection between standby servers.

5. Real Time Apply

* In general, log apply services wait for the full archived redo log to arrive at the Oracle instance host before applying to the standby database.

* Redo data is received by the remote file server process (RFS) on the standby system, where the RFS process writes the redo data to either archived redo logs or optionally to a standby redo log.

* If a standby redo log is used, real time apply can be enabled, which allows Data Guard to recover redo data from the current standby redo log as it is being filled by the RFS process.

* Benefit? It has the benefit of quicker switchover, instantly updating results after a physical Oracle instance is changed to read-only with up-to-date reporting from a logical standby database.

6. How to enable Real time Apply

ALTER DATABASE RECOVER MANAGED Oracle instance USING CURRENT LOGFILE;

7. RFS (Remote File Server) ?

Redo data is received by the remote file server process (RFS) on the standby system, where the RFS process writes the redo data to either archived redo logs or optionally to a standby redo log.

However, if you use a standby redo log, you can optionally enable real time apply, which allows Data Guard to recover redo data from the current standby redo log as it is being filled by the RFS process.

Post a Comment

0 Comments

Please Select Embedded Mode To show the Comment System.*

Post a Comment
To Top