ALL_TAB_STATISTICS
displays optimizer statistics for the tables accessible to the current user.
Related Views
DBA_TAB_STATISTICS
displays optimizer statistics for all tables in the database.
USER_TAB_STATISTICS
displays optimizer statistics for the tables owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
Owner of the object |
|
|
|
Name of the table |
|
|
|
Name of the partition |
|
|
|
Position of the partition within the table |
|
|
|
Name of the subpartition |
|
|
|
Position of the subpartition within the partition |
|
|
|
Type of the object:
|
|
|
|
Number of rows in the object |
|
|
|
Number of used blocks in the object |
|
|
|
Number of empty blocks in the object |
|
|
|
Average available free space in the object |
|
|
|
Number of chained rows in the object |
|
|
|
Average row length, including row overhead |
|
|
|
Average freespace of all blocks on a freelist |
|
|
|
Number of blocks on the freelist |
|
|
|
Average number of blocks in the buffer cache |
|
|
|
Average cache hit ratio for the object |
|
|
|
Sample size used in analyzing the table |
|
|
|
Date of the most recent time the table was analyzed |
|
|
|
Indicates whether statistics were gathered for the table as a whole (global statistics) ( |
|
|
|
Indicates whether statistics were entered directly by the user ( |
|
|
|
Type of statistics lock:
|
|
|
|
Indicates whether statistics for the object are stale ( |
|
|
|
The value is For a global tempoary table, the possible values are:
See Oracle Database PL/SQL Packages and Types Reference for information about using the |
See Also:
Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_STATS
package