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


VIEW: SYS.CDB_TAB_PENDING_STATS

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

Pending statistics of tables, partitions, and subpartitions in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30)
Name of the owner
TABLE_NAME VARCHAR2 (30)
Name of the table
PARTITION_NAME VARCHAR2 (30)
Name of the partition
SUBPARTITION_NAME VARCHAR2 (30)
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
CON_ID NUMBER

container id
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
,      CON_ID
FROM SYS.CDB_TAB_PENDING_STATS;

Dependencies

[top of page]

SYS.CDB_TAB_PENDING_STATS does not reference any database object

SYS.CDB_TAB_PENDING_STATS is referenced by following:

SchemaPUBLIC
SynonymCDB_TAB_PENDING_STATS