zoukankan      html  css  js  c++  java
  • 052-28

    View the Exhibit and examine the undo tablespace attributes.

    Your database instance is experiencing a large volume of transactions from non-DBA users in the last one hour. The undo tablespace UNDOTBS1 is full with transactions and no transaction was committed more than one hour ago. The database has two more undo tablespaces.
    What happens to the new DML operations in this scenario?
    A.The DML commands will fail.
    B.The undo data generated by the DML is stored in one of the two other undo tablespaces.
    C.The undo data generated by the DML will overwrite the extents that contain committed undo data.
    D.The undo data generated by the DML is stored in the SYSTEM undo segment of the SYSTEM tablespace

      从图中可以看出 retention guarantee 为 yes,Undo Retention 为 60,所以保留时间最少为 1 小时,有因为没有超过1 小时的提交的事务,所以不会覆盖,只会报错。

  • 相关阅读:
    测试理论
    字符串
    类的无参方法
    类和对象
    数组
    循环结构
    选择结构
    java——面对对象
    android通知的基本用法
    Git的基本使用
  • 原文地址:https://www.cnblogs.com/Babylon/p/7986874.html
Copyright © 2011-2022 走看看