2.172 ALL_IND_PENDING_STATS
ALL_IND_PENDING_STATS
describes the pending statistics for tables, partitions, and subpartitions accessible to the current user collected using the DBMS_STATS
package.
Related Views
-
DBA_IND_PENDING_STATS
describes pending statistics for all tables, partitions, and subpartitions in the database. -
USER_IND_PENDING_STATS
describes pending statistics for tables, partitions, and subpartitions owned by the current user. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Name of the index owner |
|
|
|
Index name |
|
|
|
Table owner name |
|
|
|
Name of the table |
|
|
|
Name of the partition |
|
|
|
Name of the subpartition |
|
|
|
Number of levels in the index |
|
|
|
Number of leaf blocks in the index |
|
|
|
Number of distinct keys in the index |
|
|
|
Average number of leaf blocks per key |
|
|
|
Average number of data blocks per key |
|
|
|
Clustering factor |
|
|
|
Number of rows in the index |
|
|
|
Sample size |
|
|
|
Time of the last analysis |
See Also:
-
Oracle Database PL/SQL Packages and Types Reference for more information about the
DBMS_STATS
package