zoukankan      html  css  js  c++  java
  • 053(六十八)

    336、

    336.You want to make sure that your database backup does not exceed 10 hours in length. 
    What command would you issue that would meet this condition?
    A. backup database plus archivelog;
    B. backup database plus archivelog until time 10:00;
    C. backup database plus archivelog timeout 10:00;
    D. backup database plus archivelog duration 10:00;
    E. backup database plus archivelog timeout 10:00;

    337、

    337.You have lost all your RMAN backup set pieces due to a disk failure. 
    Unfortunately, you have an automated cross-check script that also does a delete expired backupset command. 
    You have restored all the backup set pieces from tape. 
    What command would you use to get those backup set pieces registered in the recovery catalog and the control file of the database again?
    A. register database
    B. recover catalog
    C. load backupset
    D. synch metadata
    E. catalog start with

    338、

    338.You run the following commands:
    RMAN> list expired backup; 
    RMAN> delete expired backup;
    What will happen to the backup set pieces associated with the backups that appear in the list expired backup command?
    A. They will be renamed.
    B. Nothing will happen to them. The backup set pieces do not exist.
    C. They will be deleted immediately since they are not in the flash recovery area.
    D. You will need to manually remove the physical files listed in the output of the commands.
    E. They will become hidden files and removed 10 days later.

    339、

    339.Why would you run the delete obsolete command? (Choose all that apply.)
    A. To remove missing backup set pieces physically from disk
    B. To remove metadata related to backup set pieces in the control file and the recovery catalog 
    C. To mark as deleted records in the control file and the recovery catalog associated with obsolete backup sets
    D. To delete backup set pieces associated with backups that are no longer needed due to retention criteria
    E. To remove old versions of RMAN backups

    340、

    340.What does it mean if a backup is expired?
    A. The backup set has exceeded the retention criteria set in RMAN and is eligible for removal.
    B. The backup set has one or more invalid blocks in it and is not usable for recovery.
    C. The backup set contains one or more tablespaces no longer in the database.
    D. The backup set contains one or more missing backup set pieces.
    E. The backup set is from a previous version of RMAN and was not upgraded.
  • 相关阅读:
    如何写一个使用Web Service的IOS应用
    iPad定制相机界面
    IOS Quartz 2D 学习(1)
    cocoa Shallow Copy与Deep Copy
    sqlite3_prepare_v2返回1
    IOS 监听相机对焦事件
    UIImageView添加响应事件无响应
    二、Mongodb常用命令
    三、Mongodb Java中的使用
    多测师肖老师__第二个月python安装和pycharm安装
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5467719.html
Copyright © 2011-2022 走看看