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


VIEW: SYS.CDB_TAB_STATS_HISTORY

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

History of table statistics modifications in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30)
Owner of the object
TABLE_NAME VARCHAR2 (30)
Name of the table
PARTITION_NAME VARCHAR2 (30)
Name of the partition
SUBPARTITION_NAME VARCHAR2 (30)
Name of the subpartition
STATS_UPDATE_TIME TIMESTAMP(6) WITH TIME ZONE (13)
Time of statistics update
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
,      STATS_UPDATE_TIME
,      CON_ID
FROM SYS.CDB_TAB_STATS_HISTORY;

Dependencies

[top of page]

SYS.CDB_TAB_STATS_HISTORY does not reference any database object

SYS.CDB_TAB_STATS_HISTORY is referenced by following:

SchemaPUBLIC
SynonymCDB_TAB_STATS_HISTORY