Oracle 11gR1
DBA_PART_COL_STATISTICS
displays column statistics and histogram information for all table partitions in the database. Its columns are the same as those in ALL_PART_COL_STATISTICS
.
· ALL_PART_COL_STATISTICS
displays column statistics and histogram information for the table partitions accessible to the current user.
· USER_PART_COL_STATISTICS
displays column statistics and histogram information for the table partitions owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
|
|
| Owner of the partitioned table |
|
|
| Name of the table |
|
| | Name of the table partition |
|
| | Name of the column |
|
| | 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 |
|
| | Sample size used in analyzing the column |
|
| | Date on which the column was most recently analyzed |
|
| | Indicates whether column statistics were collected for the partition 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