zoukankan      html  css  js  c++  java
  • 053379

    Users notify you that their application is failing every time they try to add new records. Because of
    poor application design, the actual ORA error message is unavailable. What might be the problem?(Choose the best answers.)
    A. The application user has exceeded their undo quota.
    B. The FLASHBACK GUARANTEE option is set on the undo tablespace.
    C. The table is currently being queried by a Flashback Transaction Query operation.
    D. The table is currently being queried by a Flashback Versions Query operation.
    E. The RETENTION GUARANTEE option is set on the undo tablespace.

      The likely causes are that the RETENTION GUARANTEE option has been set on the undo tablespace and there are no expired transactions to remove to make room for new transactions,or that the user has exceeded the undo quota that has been set by the database resource manager.

      

    The UNDO_RETENTION parameter is ignored for a fixed size undo tablespace. The database always tunes the undo retention period for the best possible retention, based on system activity and undo tablespace size. See "Automatic Tuning of Undo Retention" for more information.

    For an undo tablespace with the AUTOEXTEND option enabled, the database attempts to honor the minimum retention period specified by UNDO_RETENTION. When space is low, instead of overwriting unexpired undo information, the tablespace auto-extends. If the MAXSIZE clause is specified for an auto-extending undo tablespace, when the maximum size is reached, the database may begin to overwrite unexpired undo information. The UNDOTBS1 tablespace that is automatically created by DBCA is auto-extending.

     

  • 相关阅读:
    MQTT介绍与使用
    SVN的搭建与使用
    Git版本控制之ubuntu搭建Git服务器
    蓝奏云的速度好快
    放大器的定义和主要参数
    模拟信号导论
    模拟电子电路学习笔记
    二极管单向导电的理解
    让蜂鸣器发声
    蜂鸣器的介绍
  • 原文地址:https://www.cnblogs.com/Babylon/p/7826515.html
Copyright © 2011-2022 走看看