zoukankan      html  css  js  c++  java
  • 053(三十九)

    191、

    191.While working on a data problem, Curt, Bill, Ben, Mike, and Matt introduced a vast amount of corrupted data into the database. 
    Pablo has discovered this problem and he needs you to recover the database to the point in time prior to the introduction of the corruption. 
    The logical corruption was introduced at 6:30 p.m. on September 6, 2008. 
    Which of the following would be the correct commands to use to restore the database to a point in time before the orruption?
    A. restore database until time '06-SEP-2008 06:30:00'); recover database until time '06-SEP-2008 06:30:00'); alter database open;
    B. restore database until time '06-SEP-2008 06:30:00'); recover database until time '06-SEP-2008 06:30:00'); alter database open resetlogs;
    C. restore database until time '06-SEP-2008 18:29:55'); recover database until time '06-SEP-2008 18:29:55'); alter database open resetlogs;
    D. restore database until time '06-SEP-2008 18:29:55'); alter database open resetlogs;
    E. restore database until time '06-SEP-2008 18:29:55'); recover database; alter database open resetlogs;

    192、

    192.What is the purpose of the until change option of the restore command?
    A. It allows you to select the SCN that you want to restore to. 
    B. It allows you to select the log sequence number you want to restore to.
    C. It allows you to select the timestamp you want to restore to.
    D. It allows you to manually stop the restore at any time as online redo logs are applied.
    E. None of the above.

    193、

    193.What is the purpose of the recover command? (Choose all that apply.)
    A. Recover database datafiles from physical disk backup sets.
    B. Recover required incremental backups from physical disk backup sets.
    C. Recover required archived redo logs from physical disk backup sets.
    D. Apply incremental backups to recover the database.
    E. Apply archived redo logs to recover the database.

    194、

    194.What is an obsolete backup set?
    A. A backup set that is missing one or more backup set pieces
    B. A backup that has exceeded the retention criteria and is no longer needed
    C. A backup set that does not include archived redo logs
    D. A backup set that can not be recovered due to corruption
    E. A backup set superceded by a datafile copy

    195、

    195.What is the purpose of the list expired backup command?
    A. Lists all backups impacted by a resetlogs command
    B. Lists all backups that are subject to retention criteria
    C. Lists all backups that are missing associated physical backup set pieces
    D. Lists the status of datafile backup failures due to the use of the duration command
    E. Lists backups that cannot be used by the restore command because they have been marked as disabled
  • 相关阅读:
    如何在CentOS系统中安装字体 51CTO.COM
    C++检查输入数据类型? 知乎
    义乌市爱因宝母婴用品有限公司_公司简介
    硬盘对拷必备 AGE USB/eSATA对拷机现卖场!_青岛行情中关村在线
    Download: Microsoft SQL Server Management Studio Express Microsoft Download Center Download Details
    今晚看啥
    nano接收器
    12306订票助手 (版本 3.5.0)
    Microsoft® SQL Server® 2008 Management Studio Express
    有线键盘和鼠标确实应该退出历史舞台了
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5415542.html
Copyright © 2011-2022 走看看