Extent Management: Locally Managed

A tablespace that manages its own extents, maintains a bitmap in each data file to keep track of the free, or used status of blocks in that data file. Each bit in the bitmap corresponds to a block, or a group of blocks. When an extent is allocated or freed for reuse, Oracle changes the bitmap values to show the new status of the blocks. These changes do not generate rollback information because they do not update tables in the data dictionary (except for special cases such as tablespace quota information).

Locally-managed tablespaces have the following advantages over dictionary-managed tablespaces:

Related Topics

Tablespaces Summary View

Tablespaces: General Page

Tablespaces: Storage Page

Database Storage