Is an extent used to add new data?what is segment and how is it releted to an extent?
A:
In a nutshell, each non-partioned table, index, table partition etc. has 1 segment
to hold its data. Each segment consists of one or more extents. For a more detailed explanation I'll refer you to the Oracle 9i Concepts Guide: Logical Database Structures.
Tony Andrews
2010-09-06 10:13:28