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


TABLE: SYS.WRH$_SYSTEM_EVENT

Object Details
Object Name: WRH$_SYSTEM_EVENT
Object Type: TABLE
Owner: SYS
Subobject Name:
Status: VALID

Storage Details
Tablespace: Tablespace
PCT Free:
PCT Used:
Primary Key: WRH$_SYSTEM_EVENT_PK
  1. ColumnDBID
  2. ColumnSNAP_ID
  3. ColumnINSTANCE_NUMBER
  4. ColumnEVENT_ID
  5. ColumnCON_DBID
Indexes
Index Type Uniqueness Tablespace Column
WRH$_SYSTEM_EVENT_PK NORMAL UNIQUE Tablespace ColumnDBID
ColumnSNAP_ID
ColumnINSTANCE_NUMBER
ColumnEVENT_ID
ColumnCON_DBID
Columns
Name Datatype Length Mandatory Comments
SNAP_ID NUMBER
Yes
DBID NUMBER
Yes
INSTANCE_NUMBER NUMBER
Yes
EVENT_ID NUMBER
Yes
TOTAL_WAITS NUMBER

TOTAL_TIMEOUTS NUMBER

TIME_WAITED_MICRO NUMBER

TOTAL_WAITS_FG NUMBER

TOTAL_TIMEOUTS_FG NUMBER

TIME_WAITED_MICRO_FG NUMBER

CON_DBID NUMBER
Yes
Query Text

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


SELECT SNAP_ID
,      DBID
,      INSTANCE_NUMBER
,      EVENT_ID
,      TOTAL_WAITS
,      TOTAL_TIMEOUTS
,      TIME_WAITED_MICRO
,      TOTAL_WAITS_FG
,      TOTAL_TIMEOUTS_FG
,      TIME_WAITED_MICRO_FG
,      CON_DBID
FROM SYS.WRH$_SYSTEM_EVENT;

Dependencies

[top of page]

SYS.WRH$_SYSTEM_EVENT does not reference any database object

SYS.WRH$_SYSTEM_EVENT is referenced by following:

SchemaSYS
ViewINT$DBA_HIST_SYSTEM_EVENT