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.

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

  • 相关阅读:
    yii主题
    aptana studio 使用技巧整理
    big database url
    yii表单输入元素
    下载,和scp上传问题
    对缓存的思考——提高命中率
    php用户名密码
    openx -书表添加字段
    搜索
    python——常用模块2
  • 原文地址:https://www.cnblogs.com/Babylon/p/7804651.html
Copyright © 2011-2022 走看看