[Home] [Help]
[Dependency Information]
| Object Name: | DBA_TAB_PENDING_STATS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Pending statistics of tables, partitions, and subpartitions
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (128) | Name of the owner | |
| TABLE_NAME | VARCHAR2 | (128) | Name of the table | |
| PARTITION_NAME | VARCHAR2 | (128) | Name of the partition | |
| SUBPARTITION_NAME | VARCHAR2 | (128) | Name of the subpartition | |
| NUM_ROWS | NUMBER | Number of rows | ||
| BLOCKS | NUMBER | Number of blocks | ||
| AVG_ROW_LEN | NUMBER | Average row length | ||
| SAMPLE_SIZE | NUMBER | Sample size | ||
| LAST_ANALYZED | DATE | Time of last analyze |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, TABLE_NAME
, PARTITION_NAME
, SUBPARTITION_NAME
, NUM_ROWS
, BLOCKS
, AVG_ROW_LEN
, SAMPLE_SIZE
, LAST_ANALYZED
FROM SYS.DBA_TAB_PENDING_STATS;
SYS
OBJ$
TABSUBPART$
USER$
WRI$_OPTSTAT_TAB_HISTORY
PUBLIC
DBA_TAB_PENDING_STATS
|
|
|
|