What does external fragmentation mean?
External fragmentation means that the freespace in a tablespace is not contiguous; instead, there are several freespace fragments that appear between the allocated extents. Due to external fragmentation, overflow errors may occur even though sufficient freespace apparently still exists for a new extent. You can use the following statement to determine the existing freespace fragments in a tablespace: SELECT BYTES FROM DBA_FREE_SPACE WHERE TABLESPACE_NAME = ‘