4.114 ALL_TAB_PENDING_STATS
ALL_TAB_PENDING_STATS describes pending statistics for tables, partitions, and subpartitions accessible to the current user.
               
Related Views
- 
                        DBA_TAB_PENDING_STATSdescribes pending statistics for tables, partitions, and subpartitions in the database.
- 
                        USER_TAB_PENDING_STATSdescribes pending statistics for tables, partitions, and subpartitions owned by the current user. This view does not display theOWNERcolumn.
| 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 | 
See Also: