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。

     

  • 相关阅读:
    调用序号
    图片经过时悬停动画
    左侧楼层导航
    dede如何实现二级栏目导航的仿制
    列表页调取二级栏目
    jquery 点击空白处隐藏div元素
    加入收藏功能
    31通过属性名获得属性值
    29.模板式邮箱验证
    28.九九乘法表
  • 原文地址:https://www.cnblogs.com/Babylon/p/7792646.html
Copyright © 2011-2022 走看看