• Block Media Recovery, BMR


    ocp 053:

    399.Which of the following is not an advantage of block media recovery (BMR)?

    A. Reduced MTTR.

    B. Datafiles remain offline while corrupt blocks are repaired.

    C. Datafiles remain online while corrupt blocks are repaired.

    D. A and C

    Answer: B

    答案解析:

    根据

    • Lowers the mean time to recover (MTTR) because only blocks needing recovery are restored and recovered

    • Enables affected data files to remain online during recovery

    B不是block media recovery (BMR)所特有的。

    block media recovery

    The recovery of specified blocks within a data file with the Recovery Manager RECOVER ... BLOCK command. Block media recovery leaves the affected data files online and restores and recovers only the damaged or corrupted blocks.

    Purpose of Block Media Recovery

    You can use block media recovery to recover one or more corrupt data blocks within a data file. Block media recovery provides the following advantages over data file media recovery:

    • Lowers the mean time to recover (MTTR) because only blocks needing recovery are restored and recovered

    • Enables affected data files to remain online during recovery

      Without block media recovery, if even a single block is corrupt, then you must take the data file offline and restore a backup of the data file. You must apply all redo generated for the data file after the backup was created. The entire file is unavailable until media recovery completes. With block media recovery, only the blocks actually being recovered are unavailable during the recovery.

    Block media recovery is most useful for physical corruption problems that involve a small, well-known number of blocks. Block-level data loss usually results from intermittent, random I/O errors that do not cause widespread data loss, and memory corruptions that are written to disk. Block media recovery is not intended for cases where the extent of data loss or corruption is unknown and the entire data file requires recovery. In such cases, data file media recovery is the best solution.

  • 相关阅读:
    零基础学习Java Web开发(一)
    域名的定义
    MyEclipse使用(一)
    VB与C#语言部分不用的地方Part1
    使用XmlWriter创建XML文件
    Spring源码
    Websocket原理
    阿里云
    CSS中position属性( absolute | relative | static | fixed )详解
    C#UDP广域网,局域网通信-原理分析
  • 原文地址:https://www.cnblogs.com/gispf/p/3806307.html
Copyright © 2020-2023  润新知