[Home] [Help]
[Dependency Information]
| Object Name: | DBA_ROLLING_STATISTICS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
List of rolling upgrade statistics
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT NAME
, VALUE
, UPDATE_TIME
FROM SYS.DBA_ROLLING_STATISTICS;
SYSTEM
ROLLING$STATISTICS
PUBLIC
DBA_ROLLING_STATISTICS
|
|
|
|