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.

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

  • 相关阅读:
    选择排序——Java实现
    冒泡排序——Python实现
    基数排序——Java实现
    Sqoop迁移Hadoop与RDBMS间的数据
    Hive Join
    Hadoop 完全分布式部署(三节点)
    springboot自定义异常处理
    linux下安装redis
    windows 下tomcat重启脚本
    解决rabbin首次请求慢的问题
  • 原文地址:https://www.cnblogs.com/Babylon/p/7804651.html
Copyright © 2011-2022 走看看