• OCP-1Z0-053-200题-149题-78


    QUESTION 149

    You enable block change tracking. You issue the following command:

    BACKUP INCREMENTAL LEVEL 0 DATABASE;

    The next day, you issue the following command:

    BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATABASE;

    Which statement about the use of the change tracking file is true?

    A. RMAN reads the block change tracking file only whenit performs the incremental level 0 backup.

    B. RMAN reads the block change tracking file when it performs both incremental backups.

    C. RMAN reads the block change tracking file only when it performs the incremental level 1 backup.

    D. RMAN does not read the block change tracking file when it performs either incremental backup.

    Answer: C

    同78题:http://blog.csdn.net/rlhua/article/details/12362417


    Explanation/Reference:

    Section: Backup, Recovery & Recovery Manager (RMAN)

    RMAN reads the block change tracking file only when it performs the incremental level 1 backup. After you

    enable block change tracking, you perform a level 0incremental backup. For this backup, RMAN has to scan

    the entire datafile because the change tracking file does not contain information about the changed blocks.

    Next, you perform an incremental level 1 backup. For this backup, RMAN uses the block change tracking file to

    determine the blocks that have changed since the incremental level 0 backup.

    The option that states RMAN reads the block change tracking file only when it performs the incremental level 0

    backup is incorrect. For the first incremental level 0 backup, the change tracking file does not contain

    information about the changed blocks, and RMAN has to scan the entire datafiles to determine the blocksthat

    have changed.

    The option that states RMAN reads the block change tracking file when it performs both incremental backups is

    incorrect. RMAN only uses the block change tracking file for the incremental level 1 backup.

    The option that states RMAN does not read the block change tracking file when it performs either incremental

    backup is incorrect. RMAN uses the block change tracking file for the incremental level 1 backup, but not for

    the incremental level 0 backup.

  • 相关阅读:
    [置顶] Extjs4 异步刷新书的情况下 保持树的展开状态
    控制系统中常用的名词术语
    开环控制系统与闭环控制系统
    反馈控制
    Tensorflow把label转化成one_hot格式
    Tensorflow——tf.nn.max_pool池化操作
    Tensorflow——tf.nn.conv2d卷积操作
    Tensoflow简单神经网络实现非线性拟合
    Tensorflow 中的 placeholder
    Tensorflow 中的constant、Session、placeholde和 Variable简介
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316092.html
Copyright © 2020-2023  润新知