3.103 ALL_TAB_COL_STATISTICS
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 theOWNER
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 entered directly by the user ( |
|
|
|
Describes some additional properties of the statistics. For example:
|
|
|
|
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 |
Footnote 1 The STATS_ON_CONVENTIONAL_LOAD
value is available starting with Oracle Database release 19c, version 19.1.
See Also: