[Home] [Help]
[Dependency Information]
| Object Name: | CDB_ROLLING_STATISTICS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
List of rolling upgrade statistics in all containers
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT NAME
, VALUE
, UPDATE_TIME
, CON_ID
FROM SYS.CDB_ROLLING_STATISTICS;
SYS.CDB_ROLLING_STATISTICS does not reference any database object
SYS.CDB_ROLLING_STATISTICS is referenced by following:
PUBLIC
CDB_ROLLING_STATISTICS
|
|
|
|