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 |
|
|
|
Number of In-Memory Compression Units (IMCUs) in the table. |
|
|
|
Number of In-Memory blocks in the table. |
|
|
|
Scan rate for the table in megabytes per second. This statistic is only relevant or meaningful for external tables. |
|
|
|
Sample size |
|
|
|
Time of last analyze operation |
Footnote 1
This column is available starting with Oracle Database 12c Release 2 (12.2.0.1).
See Also: