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


VIEW: SYS.CDB_ROLLING_STATISTICS

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

List of rolling upgrade statistics in all containers

[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
CON_ID NUMBER

container id
Query Text

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


SELECT NAME
,      VALUE
,      UPDATE_TIME
,      CON_ID
FROM SYS.CDB_ROLLING_STATISTICS;

Dependencies

[top of page]

SYS.CDB_ROLLING_STATISTICS does not reference any database object

SYS.CDB_ROLLING_STATISTICS is referenced by following:

SchemaPUBLIC
SynonymCDB_ROLLING_STATISTICS