RSS:
Publications
Comments

Tag Archives: Difference between Dictionary managed tablespace (DMT) and Locally managed tablespace (LMT)

Difference between Dictionary managed tablespace (DMT) and Locally managed tablespace (LMT)

Locally Managed Tablespaces: A tablespace that manages its own extents maintains a bitmap in each datafile to keep track of the free or used status of blocks in that datafile. Each bit in the bitmap corresponds to a group of blocks. When an extent is allocated or freed for reuse, Oracle changes the bitmap values [...]