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


VIEW: SYS.DBA_ROLLING_STATISTICS

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

List of rolling upgrade statistics

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (256)
Name of the statistic
VALUE VARCHAR2 (256)
Value of the statistic
UPDATE_TIME TIMESTAMP(6) (11)
Time of last update
Query Text

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


SELECT NAME
,      VALUE
,      UPDATE_TIME
FROM SYS.DBA_ROLLING_STATISTICS;

Dependencies

[top of page]

SYS.DBA_ROLLING_STATISTICS references the following:

SchemaSYSTEM
TableROLLING$STATISTICS
SYS.DBA_ROLLING_STATISTICS is referenced by following:

SchemaPUBLIC
SynonymDBA_ROLLING_STATISTICS