zoukankan      html  css  js  c++  java
  • 053576

    Your developers have asked you to restore the development database, which is in NOARCHIVELOG mode, back to last Tuesday the 20th. Your last backup is from Monday the 19th.
    What do you do?
    A. Restore the 19ths backup, restore all archived redo logs, recover the database to the 20th, and open the database.
    B. Tell them that their request cannot be met with the current backup strategy.
    C. Restore the 19ths backup, apply the online redo logs, and open the database.
    D. Switch the database into ARCHIVELOG mode, restore the 19th's backup, restore all archived redo logs, and recover the database to the 20th.
    E. Use the recover database command to roll back the database from today to the 19th of the month.

      Since the database is in NOARCHIVELOG mode,their request cannot be met because point-in-time recovery is supporetd only in ARCHIVELOG mode.

  • 相关阅读:
    Splay专题总结
    UVa12657
    ZOJ3772
    POJ1743
    高斯消元模板
    python使用chrom登陆微博
    mysql常用数据库(表)命令
    mysql索引
    mysql建表的时候,时间戳的选用
    php 金额每三位添加一个逗号
  • 原文地址:https://www.cnblogs.com/Babylon/p/7809836.html
Copyright © 2011-2022 走看看