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.

本文探讨了当数据库的Undo表空间满时,不同配置下新事务的处理方式。特别是当设置了保证保留时间且Undo表空间无法自动扩展时,新事务将如何受到影响。

823

被折叠的 条评论
为什么被折叠?



