|
- A locally managed tablespace keeps track of its own block and maintains the information in a bitmap in the header section rather than in the data dictionary.
- Each bit in the bitmap corresponds to a block or a group of blocks.
- When the extends are 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, unlike the default method of Dictionary – Managed Tablespace.
|