DBA_USTATS
describes the user-defined statistics collected on all tables and indexes in the database. Its columns are the same as those in ALL_USTATS
.
· ALL_USTATS
describes the user-defined statistics collected on the tables and indexes accessible to the current user.
· USER_USTATS
describes the user-defined statistics collected on the tables and indexes owned by the current user.
Column | Datatype | NULL | Description |
|
| | Owner of the table or index for which the statistics have been collected |
|
| | Name of the table or index for which the statistics have been collected |
|
| | Partition name of a table; NULL if the table is either non-partitioned or the entry corresponds to the aggregate statistics for the table |
|
| | Type of the object for which statistics have been collected: · · |
|
| | Statistics type association: · · |
|
| | Column name, if |
|
| | Schema of the statistics type which was used to collect the statistics |
|
| | Name of the statistics type which was used to collect statistics |
|
| | User-collected statistics for the object |
Note:
1.
select * from DBA_USTATS;
OBJECT_ OWNER | OBJECT_NAME | PARTITION_ NAME | OBJECT_ TYPE | ASSOCIATION | COLUMN_ NAME | STATSTYPE_ SCHEMA | STATSTYPE_ NAME | STATISTICS |
USERA | LAKE_POLY_ST | | COLUMN | IMPLICIT | SHAPE | SDE | ST_DOMAIN_STATS | 53484150453A30 |
USERA | A808_IX1 | | INDEX | IMPLICIT | | SDE | ST_DOMAIN_STATS | 413830388313A3 |
No comments:
Post a Comment