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


VIEW: SYS.GV_$SYS_REPORT_REQUESTS

Object Details
Object Name: GV_$SYS_REPORT_REQUESTS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

[View Source]

Columns
Name Datatype Length Mandatory Comments
INST_ID NUMBER

CON_ID NUMBER

REPORT_CLASS VARCHAR2 (128)
REPORT_REF VARCHAR2 (1024)
REF_LEN NUMBER

PRIORITY NUMBER

GENERATION_TIME DATE

Query Text

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


SELECT INST_ID
,      CON_ID
,      REPORT_CLASS
,      REPORT_REF
,      REF_LEN
,      PRIORITY
,      GENERATION_TIME
FROM SYS.GV_$SYS_REPORT_REQUESTS;

Dependencies

[top of page]

SYS.GV_$SYS_REPORT_REQUESTS references the following:

SYS.GV_$SYS_REPORT_REQUESTS is referenced by following:

SchemaPUBLIC
SynonymGV$SYS_REPORT_REQUESTS