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


TABLE: SYS.WRH$_BG_EVENT_SUMMARY

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

Storage Details
Tablespace: TablespaceSYSAUX
PCT Free: 1
PCT Used:
Primary Key: WRH$_BG_EVENT_SUMMARY_PK
  1. ColumnDBID
  2. ColumnSNAP_ID
  3. ColumnINSTANCE_NUMBER
  4. ColumnEVENT_ID
  5. ColumnCON_DBID
Indexes
Index Type Uniqueness Tablespace Column
WRH$_BG_EVENT_SUMMARY_PK NORMAL UNIQUE TablespaceSYSAUX 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

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
,      CON_DBID
FROM SYS.WRH$_BG_EVENT_SUMMARY;

Dependencies

[top of page]

SYS.WRH$_BG_EVENT_SUMMARY does not reference any database object

SYS.WRH$_BG_EVENT_SUMMARY is referenced by following:

SchemaSYS
ViewINT$DBA_HIST_BG_EVENT_SUMMARY