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。

     

  • 相关阅读:
    8.ps输出属性-----状态
    洛谷P1057 传球游戏
    动态规划
    洛谷P1192 台阶问题
    最大公约数和最小公倍数
    C++ memcpy()函数用法
    next_permutation(a,a+n)
    std::ios::sync_with_stdio(false);
    让计算机很快地求出a^b%c;
    洛谷P1433 吃奶酪
  • 原文地址:https://www.cnblogs.com/Babylon/p/7792646.html
Copyright © 2011-2022 走看看