DBA_LOB_SUBPARTITIONS
displays partition-level attributes of all LOB data subpartitions in the database. Its columns are the same as those in "ALL_LOB_SUBPARTITIONS".
· ALL_LOB_SUBPARTITIONS
displays partition-level attributes of LOB data subpartitions accessible to the current user.
· USER_LOB_SUBPARTITIONS
describes the LOB subpartitions owned by the current user. This view does not display the TABLE_OWNER
column.
Column | Datatype | NULL | Description |
|
|
| Owner of the table |
|
|
| Name of the table |
|
| | Name of the LOB column |
|
|
| Name of the partitioned LOB item |
|
| | Name of LOB data partition to which this LOB data subpartition belongs |
|
| | Name of the table subpartition to which this LOB subpartition corresponds |
|
| | Name of the LOB subpartition |
|
| | Name of corresponding LOB index subpartition |
|
| | Position of the LOB data partition within the LOB item |
|
| | Value of the |
|
|
| Value of the |
|
| | Whether and how the cluster is to be cached in the buffer cache ( |
|
| | Whether the |
|
|
| Name of the tablespace containing the LOB data partition |
|
| | Size in bytes of the initial extent for the LOB data partition |
|
| | Size in bytes of secondary extents for the LOB data partition |
|
|
| Minimum number of extents allowed in the segment of the LOB data partition |
|
|
| Maximum number of extents allowed in the segment of the LOB data partition |
|
| | Percentage increase in extent size for the LOB data partition |
|
| | Number of process freelists allocated in the segment of the LOB data partition |
|
| | Number of freelist groups allocated in the segment of the LOB data partition |
|
| | Logging attribute of the LOB data partition |
|
| | Default buffer pool to be used for the LOB data partition blocks |
|
| | Whether or not the LOB is encrypted |
|
| | The level of compression used for this LOB |
|
| | The kind of deduplication used for this LOB |
|
| | Indicates whether the LOB is a SecureFile LOB ( |
Oracle data dictionary views
Oracle dynamic performance views
No comments:
Post a Comment