Administrators have the option of overriding
the default specification of SEGMENT SPACE MANAGEMENT MANUAL with
SEGMENT SPACE MANAGEMENT AUTO. SEGMENT SPACE MANAGEMENT AUTO tells
Oracle to use bitmaps to manage free space within a segment. The
bitmap structure stores information that describes the amount of
space in the blocks that are available for row inserts.
As free
space within each block grows and shrinks, its new state is
reflected in the bitmap. Bitmaps allow Oracle to manage free space
more automatically. As a result, tracking free space within segments
using bitmaps provides a simpler and more efficient method of free
space management. Only permanent, locally managed tablespaces can
specify automatic segment space management.
The above text is
an excerpt from:
OCP Instructors Guide for Oracle DBA Certification
A Study Guide to Advanced Oracle Certified Professional Database
Administration Techniques
ISBN 0-9744355-3-8
by Christopher T. Foot
http://www.rampant-books.com/book_2003_2_OCP_print.htm