Oracle 11gR1
DBA_SEGMENTS_OLD
lists information about storage allocated for all database segments.
Column | Datatype | NULL | Description |
|
| | Username of the segment owner |
|
| | Name, if any, of the segment |
|
| | Name of the partition |
|
| | Type of segment: |
|
| | Name of the tablespace containing the segment |
|
| | ID of the file containing the segment header |
|
| | ID of the block containing the segment header |
|
| | Size, in bytes, of the segment |
|
| | Size, in Oracle blocks, of the segment |
|
| | Number of extents allocated to the segment |
|
| | Size in bytes requested for the initial extent of the segment at create time. (Oracle rounds the extent size to multiples of 5 blocks if the requested size is greater than 5 blocks.) |
|
| | Size in bytes of the next extent to be allocated to the segment |
|
| | Minimum number of extents allowed in the segment |
|
| | Maximum number of extents allowed in the segment |
|
| | Percent by which to increase the size of the next extent to be allocated |
|
| | Number of process freelists allocated to the segment |
|
| | Number of freelist groups allocated to this segment |
|
| | Relative file number of the segment header |
|
| | Default buffer pool for the object |
No comments:
Post a Comment