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


VIEW: SYS.V_$CELL_REQUEST_TOTALS

Object Details
Object Name: V_$CELL_REQUEST_TOTALS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

[View Source]

Columns
Name Datatype Length Mandatory Comments
CELL_NAME VARCHAR2 (1024)
SNAPSHOT_ID NUMBER

SNAPSHOT_TIME DATE

STATISTICS_NAME VARCHAR2 (32)
STATISTICS_VALUE NUMBER

CON_ID NUMBER

Query Text

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


SELECT CELL_NAME
,      SNAPSHOT_ID
,      SNAPSHOT_TIME
,      STATISTICS_NAME
,      STATISTICS_VALUE
,      CON_ID
FROM SYS.V_$CELL_REQUEST_TOTALS;

Dependencies

[top of page]

SYS.V_$CELL_REQUEST_TOTALS references the following:

SYS.V_$CELL_REQUEST_TOTALS is referenced by following:

SchemaPUBLIC
SynonymV$CELL_REQUEST_TOTALS