zoukankan      html  css  js  c++  java
  • 053343

    What is the impact of the following backup if it exceeds the duration allowance? (Choose all that
    apply.)Backup as compressed backupset duration 2:00 partial minimize load database ;
    A. The entire backup will fail. It will not be usable for recovery.
    B. The entire backup will fail, but any datafile successfully backed up will be usable for recovery.
    C. If this backup fails, subsequent backups will prioritize datafiles not backed up.
    D. If this backup fails, an error will be raised and any other commands will not be executed.
    E. If this backup fails, no error will be raised and any other commands will be executed.

      The backup will fail after the duration period expires,but the datafiles that were backed up successfully will be able to be used in any restore operation.RMAN will prioritize and datafiles not backed up in subsequent backups.Also,the backup will not return an error when the duration expires and other commands will be executed.

  • 相关阅读:
    AtCoder Grand Contest 001F Wide Swap
    生成函数/母函数入门学习
    树的点分治入门小结
    树链剖分入门小结
    有重复元素的全排列
    二项式界
    二项系数
    排列问题、组合问题
    容斥原理
    P3372 【模板】线段树 1
  • 原文地址:https://www.cnblogs.com/Babylon/p/7815831.html
Copyright © 2011-2022 走看看