[Home] [Help]
[Dependency Information]
| 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
| 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 |
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;
SYS.CDB_TAB_PENDING_STATS does not reference any database object
SYS.CDB_TAB_PENDING_STATS is referenced by following:
PUBLIC
CDB_TAB_PENDING_STATS
|
|
|
|