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.

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

  • 相关阅读:
    并发和并行的区别
    fiddler-打断点(bpu)
    fiddler操作
    fiddler手机抓包
    面试题1
    Linux查看日志常用命令
    HTMLTestRunner
    mysql数据库无法插入特殊字符报错
    mybatis解决属性名和数据库字段名不一致问题
    Vue路由的使用简单实例
  • 原文地址:https://www.cnblogs.com/Babylon/p/7804651.html
Copyright © 2011-2022 走看看