9.43 V$SORT_SEGMENT
V$SORT_SEGMENT displays information about every sort segment in a given instance. The view is only updated when the tablespace is of the TEMPORARY type.
               
| Column | Datatype | Description | 
|---|---|---|
| 
 | 
 | Name of the tablespace | 
| 
 | 
 | File number of the first extent | 
| 
 | 
 | Block number of the first extent | 
| 
 | 
 | Extent size | 
| 
 | 
 | Number of active users of the segment | 
| 
 | 
 | Total number of extents in the segment | 
| 
 | 
 | Total number of blocks in the segment | 
| 
 | 
 | Extents allocated to active sorts | 
| 
 | 
 | Blocks allocated to active sorts | 
| 
 | 
 | Extents not allocated to any sort | 
| 
 | 
 | Blocks not allocated to any sort | 
| 
 | 
 | Number of extent allocations | 
| 
 | 
 | Number of times an unused extent was found in the pool | 
| 
 | 
 | Number of deallocated extents | 
| 
 | 
 | Number of requests to deallocate | 
| 
 | 
 | Maximum number of extents ever used | 
| 
 | 
 | Maximum number of blocks ever used | 
| 
 | 
 | Maximum number of extents used by all sorts | 
| 
 | 
 | Maximum number of blocks used by all sorts | 
| 
 | 
 | Maximum number of extents used by an individual sort | 
| 
 | 
 | Maximum number of blocks used by an individual sort | 
| 
 | 
 | Relative file number of the sort segment header | 
| 
 | 
 | Tablespace number | 
| 
 | 
 | The ID of the container to which the data pertains. Possible values include: 
 | 
| 
 | 
 | Indicates whether the sort segment is allocated from a local temporary tablespace ( This column is available starting with Oracle Database 12c Release 2 (12.2.0.1). |