Oracle DataGuard - Step-by-Step - Architecture, Configuration, Switchover, Failover, DG Broker

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 พ.ย. 2024

ความคิดเห็น • 4

  • @joseluisdelarosa728
    @joseluisdelarosa728 11 หลายเดือนก่อน +2

    Great explanation on the Data Guard architecture! However, I have a question regarding the Managed Recovery Process (MRP) and its role in Real-Time Apply:
    Does the MRP always apply changes directly from the redo log buffer in a real-time fashion? There seems to be a general belief that it's the
    archived logs that are being applied to the standby database. Or is it that the archived logs are only applied during a 'Gap Resolution Scenario'
    when there are missing redo records? I'm trying to clarify this specific aspect of how Data Guard operates. Thanks in advance for shedding light on this

    • @YouVolve
      @YouVolve  11 หลายเดือนก่อน

      Hi @joseluisdelarosa728 - thanks for watching my video and providing your feedback.
      Actually MRP does not read from redo log buffers. In real time apply, it reads from the SRLs and apply to the standby DB. If it not real-time apply, then it reads from the archived logs in the standby.
      Your remaining understanding is correct and yes it is a general belief that it's the archived logs that are being applied to the standby database but in a real time apply configuration, the archived logs are applied only in a situation when the primary is generating a very huge redo data very fast causing the redo logs in primary (and the SRLs in standby) to switch and archive even before the MRP is able to read and write that to the standby DB. In that case the MRP has no option other than to go and read the archived logs for the changes it was not able to keep up the speed with.

    • @joseluisdelarosa728
      @joseluisdelarosa728 11 หลายเดือนก่อน +1

      Thank you so much for your detailed explanation and for taking the time to clarify my doubts.
      I really appreciate the depth of knowledge you've shared, and it has enhanced my understanding
      of the Data Guard's real-time apply mechanism. Your videos are incredibly helpful and educational.

    • @YouVolve
      @YouVolve  11 หลายเดือนก่อน

      @@joseluisdelarosa728 - Glad that it helped.