Prior to Oracle11g Release 2, the default and minimum size of a segment is one extent. So in the below example, where we create a table and five associated indexes: Each of the segments has been allocated an extent, including each of the indexes. However, since Oracle11g Release 2, this default behaviour has changed. [...]