Oracle 11gR1
DBA_TAB_COL_STATISTICS
contains column statistics and histogram information extracted from "DBA_TAB_COLUMNS". Its columns are the same as those in "ALL_TAB_COL_STATISTICS".
· ALL_TAB_COL_STATISTICS
provides column statistics and histogram information extracted from "ALL_TAB_COLUMNS".
· USER_TAB_COL_STATISTICS
provides such information extracted from "USER_TAB_COLUMNS".
Column | Datatype | NULL | Description |
|
| | Table owner |
|
| | Table name |
|
| | Column name |
|
| | Number of distinct values in the column |
|
| | Low value in the column |
|
| | High value in the column |
|
| | Density of the column |
|
| | 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 |
|
| | For partitioned tables, indicates whether column statistics were collected for the table as a whole ( |
|
| | Indicates whether statistics were entered directly by the user ( |
|
| | Average length of the column (in bytes) |
|
| | Indicates existence/type of histogram: · · · |
No comments:
Post a Comment