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.

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

  • 相关阅读:
    Apollo与ROS
    QT windeployqt
    自定义QGraphicsItem
    ROS与C++
    aptitude与apt-get
    解决tcp粘包问题
    网络中两台主机通信
    I/O多路复用之select、poll、epoll
    Nginx命令行控制
    C++11
  • 原文地址:https://www.cnblogs.com/Babylon/p/7804651.html
Copyright © 2011-2022 走看看