ALL_TAB_PENDING_STATS
describes pending statistics for tables, partitions, and subpartitions accessible to the current user.
Related Views
DBA_TAB_PENDING_STATS
describes pending statistics for tables, partitions, and subpartitions in the database.
USER_TAB_PENDING_STATS
describes pending statistics for tables, partitions, and subpartitions owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
Owner of the table |
|
|
|
Name of the table |
|
|
|
Name of the partition |
|
|
|
Name of the subpartition |
|
|
|
Number of rows |
|
|
|
Number of blocks |
|
|
|
Average row length |
|
|
|
Sample size |
|
|
|
Time of last analyze operation |
See Also: