zoukankan      html  css  js  c++  java
  • 053175

    You are peer reviewing a fellow DBAs backup plan for his NOARCHIVELOG mode database, as
    shown here:
    1.Put the tablespaces in backup mode.
    2.Back up the datafiles for all tablespaces.
    3.Take the tablespaces out of backup mode.
    4.Back up all archived redo logs.
    Your colleague asks for you to comment on his plan. Which response would be correct?
    A. The plan will work as is.
    B. The plan needs to be modified to allow for an archive-log switch after step 3.
    C. The plan needs to be modified so that a backup of the archived redo logs occurs before step 1.
    D. The plan needs to be adjusted to shut down the database after step 1 and to restart the database after
    step 2.
    E. The plan cannot work as presented.

      这题很多答案都是B,看下官方解释:
      Since the database is in NOARCHIVELOG mode,the entire plan will not work
    since you can not perform hot backups in NOARCHIVELOG mode.If the database was
    in ARCHIVELOG mode,then you would choose option B.

    归档模式选B。

     

  • 相关阅读:
    函数
    文件处理及处理模式
    字符编码
    元组,字典和集合的用法
    数字类型、字符串和列表
    计算机硬件介绍
    数据类型及语法介绍
    初识python
    设计模式
    最近的时候
  • 原文地址:https://www.cnblogs.com/Babylon/p/7792646.html
Copyright © 2011-2022 走看看