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


VIEW: SYS.USER_TAB_STATS_HISTORY

Object Details
Object Name: USER_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
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 TABLE_NAME
,      PARTITION_NAME
,      SUBPARTITION_NAME
,      STATS_UPDATE_TIME
FROM SYS.USER_TAB_STATS_HISTORY;

Dependencies

[top of page]

SYS.USER_TAB_STATS_HISTORY references the following:

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

SchemaPUBLIC
SynonymUSER_TAB_STATS_HISTORY