3.94 ALL_SUBPART_COL_STATISTICS
ALL_SUBPART_COL_STATISTICS
describes column statistics and histogram information for subpartitions of partitioned objects accessible to the current user.
Related Views
-
DBA_SUBPART_COL_STATISTICS
provides this information for all subpartitions in the database. -
USER_SUBPART_COL_STATISTICS
provides this information for subpartitions of all partitioned objects owned by the current user. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the table |
|
|
|
Name of the table |
|
|
|
Table subpartition name |
|
|
|
Column name |
|
|
|
Number of distinct values in the column |
|
|
|
Low value in the column |
|
|
|
High value in the column |
|
|
|
If a histogram is available on If a histogram is not available on |
|
|
|
Number of NULLs in the column |
|
|
|
Number of buckets in histogram for the column |
|
|
|
Sample size used in analyzing this column |
|
|
|
Date on which this column was most recently analyzed |
|
|
|
|
|
|
|
Indicates whether statistics were entered directly by the user ( |
|
|
|
Describes some additional properties of the statistics. For example, if the value is |
|
|
|
Average length of the column (in bytes) |
|
|
|
Indicates existence/type of histogram:
|
See Also: