zoukankan      html  css  js  c++  java
  • 053562

    Your archive-log destination directory runs out of space. What is the impact of this on the database?
    A. None. The database will switch over to the stand-by archive-log destination directory.
    B. A warning message will be written to the alert log of the database, but no adverse impacts to the
    database will be experienced.
    C. The database will shut down, and will not restart until you correct the out-of-space situation.
    D. The database will continue to try to write to the archive-log destination directory for one hour.
    After one hour, the database will shut down normally.
    E. Once Oracle has cycled through all online redo logs, it will stop processing any DML or DDL until the out-of-space condition is corrected.

      Oracle will cycle through all of the online redo logs,trying to archive then after they have been filled.After cycling through the last online redo log,Oracle will suspend all database operations until the out-of-space condition is corrected.

    注:归档日志循环满了备份成物理文件然后继续用,如果无备份的空间用,就会停止操作。当备份的速度比写入的慢时,归档就成了瓶颈。

  • 相关阅读:
    python高级编程
    django笔记
    sublime ide
    python3 django mysql
    python win
    linux时区设置
    在实际应用中如何实现切圆角的功能
    display和visiblity在应用中使用哪个好
    看懂UML类图和时序图
    解决Xcode7.2真机调试出现:The account “” has no team with ID “”
  • 原文地址:https://www.cnblogs.com/Babylon/p/7804651.html
Copyright © 2011-2022 走看看