Undo tablespaces are special tablespaces used solely for storing undo information.
You cannot create any other segment types (for example, tables or indexes) in undo
tablespaces. Each database contains zero or more undo tablespaces. In automatic undo
management mode, each Oracle instance is assigned one (and only one) undo
tablespace. Undo data is managed within an undo tablespace using undo segments
that are automatically created and maintained by Oracle.
When the first DML operation is run within a transaction, the transaction is bound
(assigned) to an undo segment (and therefore to a transaction table) in the current
undo tablespace. In rare circumstances, if the instance does not have a designated
undo tablespace, the transaction binds to the system undo segment.
Each undo tablespace is composed of a set of undo files and is locally managed. Like
other types of tablespaces, undo blocks are grouped in extents and the status of each
extent is represented in the bitmap. At any point in time, an extent is either allocated to
(and used by) a transaction table, or it is free.
You can create a bigfile undo tablespace.
1. 保存回滚信息
2. 不能创建其他任务类型的segment
3. 在aum模式下 , 每个实例只能拥有一个回滚表空间
4. aum : Oracle自动创建回滚段并且维护
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10599713/viewspace-972697/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/10599713/viewspace-972697/
本文详细介绍了Oracle数据库中回滚表空间的概念及其工作原理。回滚表空间用于存储回滚信息,在自动撤销管理(AUM)模式下,每个实例仅能拥有一个回滚表空间。此外,还解释了如何在回滚表空间中管理回滚段。
621

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



