zoukankan      html  css  js  c++  java
  • 053-510

    You executed the following command in Recovery Manager (RMAN):
    RMAN> REPORT NEED BACKUP days 3;
    What is the output of this command?
    A. a list of files that require a backup within three days
    B. a list of files requiring more than 3 days of archive logs to apply
    C. a list of files that RMAN recommends be backed up only once in every three days, based on low volatility
    D. a list of files for which a backup has already been performed in the last three days and which is required to be backed up again based on the high number of transactions performed on them

    此题的考点是 REPORT NEED BACKUP 命令的用法
    列出为了满足配置或保留策略的所需数据文件的列表。
    如果 CONFIGURE RETENTION POLICY TO NONE 那么此命令会返回一个错误,因为 RMAN 不能决定需要备份的文件。
    也可以使用不同的发展来显示:
    REPORT NEED BACKUP DAYS n
    显示需要的归档超过指定天数的文件
    REPORT NEED BACKUP RECOVERY WINDOW OF n DAYS
    显示基于时间保留策略所需要备份的对象
    REPORT NEED BACKUP REDUNDANCY n
    显示基于冗余度策略所需要备份的对象

  • 相关阅读:
    分组排序并显示序号
    power-design--tables-export-usage
    cache implement
    get system properties
    jbpm
    JVM内存管理机制和垃圾回收机制
    java读取excel
    Java编程中“为了性能”尽量要做到的一些地方
    json串与java对象互转
    apidoc的使用
  • 原文地址:https://www.cnblogs.com/Babylon/p/7844149.html
Copyright © 2011-2022 走看看