ALL_TAB_COL_STATISTICS
displays column statistics and histogram information extracted from "ALL_TAB_COLUMNS".
Related Views
DBA_TAB_COL_STATISTICS
displays such information extracted from "DBA_TAB_COLUMNS".
USER_TAB_COL_STATISTICS
displays such information extracted from "USER_TAB_COLUMNS". This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
Owner of the table |
|
|
|
Name of the table |
|
|
|
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 |
|
|
|
Date on which this column was most recently analyzed |
|
|
|
Sample size used in analyzing this column |
|
|
|
Indicates whether statistics were gathered for the table as a whole (global statistics) ( |
|
|
|
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:
|
|
|
|
The value is For a global tempoary table, the possible values are:
See Oracle Database PL/SQL Packages and Types Reference for information about using the |
See Also: