zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-V12.02-347题

    347.What does the output on this report indicate?

    RMAN> report need backup;
    RMAN retention policy will be applied to the command

    RMAN retention policy is set to redundancy 1

    Report of files with less than 1 redundant backups

    File #bkps Name

    5 0 C:ORACLEORADATAORCLMY_DATA_01.DBF

    A. The my_data_01.dbf datafile is corrupted and needs to be restored.

    B. The my_data_01.dbf datafile has not yet been backed up. This report does not imply that the data in the datafile can not be recovered.

    C. The my_data_01.dbf datafile has not yet been backed up. This report implies that the data in the datafile can not be recovered.

    D. The my_data_01.dbf datafile no longer meets the retention criteria for backups.

    E. Datafile 5 is missing.

    Answer: B


    NEED BACKUP Lists all data files in the specified reportObject that require a new backup.

    The report assumes that you will restore the most recent backup. If you do not specify any option, then RMAN uses the current retention policy configuration. If the retention policy is disabled (CONFIGURE RETENTION POLICYTO NONE), then RMAN generates an error. 


    REDUNDANCY integer Specifies the minimum number of backups or copies that must exist for a data file to be considered not in need of a backup. In other words, a data file needs a backup if there are fewer than integer backups or copies of this file. For example, REDUNDANCY 2 means that if there are fewer than two copies or backups of a data file, then it needs a new backup. See Table 3-5 for description of output.

    able 3-5 Report of Files with Fewer Than n Redundant Backups

    Column Indicates

    File

    The absolute data file number of a data file with less than n redundant backups.

    #bkps

    The number of backups that exist for this file.

    Name

    The name of the file.


    从#bkps=0可知,该文件没有备份,但是可以根据redo日志来恢复。

  • 相关阅读:
    HDU 5818 Joint Stacks (优先队列)
    POJ 3169 Layout (差分约束系统)
    HDU 4370 0 or 1 (最短路+最小环)
    LightOJ 1074 Extended Traffic (最短路spfa+标记负环点)
    HDU 1142 A Walk Through the Forest (求最短路条数)
    力扣71——简化路径
    力扣73——矩阵置零
    ThreadLocal的进化——TransmittableThreadLocal
    ThreadLocal的进化——InheritableThreadLocal
    Java——内部类详解
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316384.html
Copyright © 2011-2022 走看看