zoukankan      html  css  js  c++  java
  • 053-635

    While Monitoring the space usage in your database that is in ARCHIVELOG mode you observed that the flash recovery area does not have enough free space to accommodate any more files and you do not have necessary permissions to add more space to it.
    Identify the two events that can occur in the event of a log switch? (Choose two.)
    A. An entry is created in the alert log file and the database instance continues to function normally
    B. The log switch hangs occur for transactions until free space is available in the flash recovery area
    C. The Oracle database server deletes a file that is on the obsolete file list to make free space in the flash recovery area
    D. The database instance status is implicitly changed to RESTRICTED mode and file creations to the flash recovery area are prevented

    使用 FRA 的好处就是自动的空间管理。数据库会根据保留策略,在 FRA 空间不足的情况下,自动的删除过期的备份文件,来释放空间。 C 对
    alert 日志中会出项告警信息,但是如果 FRA 空间满了,在归档模式下是无法进行日志切换的,实例是会夯住,不能正常工作。 B 对


  • 相关阅读:
    前端好用js库
    springmvc 配置之 mvc:default-servlet-handler
    springmvc配置之mvc:annotation-driven
    spring mvc 配置之 context:annotation-config vs component-scan
    React 学习笔记
    数据结构乱写
    字符串乱写
    HEOI2020 游记
    奇怪的基础容斥数学课件
    省选模拟104 题解
  • 原文地址:https://www.cnblogs.com/Babylon/p/7843284.html
Copyright © 2011-2022 走看看