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


VIEW: SYS.DBA_TAB_STATS_HISTORY

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

History of table statistics modifications

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128)
Owner of the object
TABLE_NAME VARCHAR2 (128)
Name of the table
PARTITION_NAME VARCHAR2 (128)
Name of the partition
SUBPARTITION_NAME VARCHAR2 (128)
Name of the subpartition
STATS_UPDATE_TIME TIMESTAMP(6) WITH TIME ZONE (13)
Time of statistics update
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      TABLE_NAME
,      PARTITION_NAME
,      SUBPARTITION_NAME
,      STATS_UPDATE_TIME
FROM SYS.DBA_TAB_STATS_HISTORY;

Dependencies

[top of page]

SYS.DBA_TAB_STATS_HISTORY references the following:

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

SchemaPUBLIC
SynonymDBA_TAB_STATS_HISTORY