DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.ALL_TAB_PENDING_STATS

Object Details
Object Name: ALL_TAB_PENDING_STATS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Pending statistics of tables, partitions, and subpartitions

[View Source]

Columns
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
Query Text

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.ALL_TAB_PENDING_STATS;

Dependencies

[top of page]

SYS.ALL_TAB_PENDING_STATS references the following:

SchemaSYS
TableOBJ$
TableOBJAUTH$
TableTABSUBPART$
TableUSER$
TableWRI$_OPTSTAT_TAB_HISTORY
SYS.ALL_TAB_PENDING_STATS is referenced by following:

SchemaPUBLIC
SynonymALL_TAB_PENDING_STATS