4.119 ALL_TAB_STATISTICS
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 theOWNER
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 |
|
|
|
Number of In-Memory Compression Units (IMCUs) in the table |
|
|
|
Number of In-Memory blocks in the table |
|
|
|
The timestamp of the most recent update to the In-Memory statistics |
|
|
|
Scan rate for the object in megabytes per second. This statistic is only relevant or meaningful for external tables. |
|
|
|
Sample size used in analyzing the table |
|
|
|
Date of the most recent time the table was analyzed |
|
|
|
|
|
|
|
Indicates whether statistics were entered directly by the user ( |
|
|
|
Type of statistics lock:
|
|
|
|
Indicates whether statistics for the object are stale ( |
|
|
|
Describes some additional properties of the statistics. For example, a value of |
|
|
|
The value is For a global temporary 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