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


TABLE: SYS.WRH$_SQL_SUMMARY

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

Storage Details
Tablespace: TablespaceSYSAUX
PCT Free: 10
PCT Used:
Primary Key: WRH$_SQL_SUMMARY_PK
  1. ColumnDBID
  2. ColumnSNAP_ID
  3. ColumnINSTANCE_NUMBER
  4. ColumnCON_DBID
Indexes
Index Type Uniqueness Tablespace Column
WRH$_SQL_SUMMARY_PK NORMAL UNIQUE TablespaceSYSAUX ColumnDBID
ColumnSNAP_ID
ColumnINSTANCE_NUMBER
ColumnCON_DBID
Columns
Name Datatype Length Mandatory Comments
SNAP_ID NUMBER
Yes
DBID NUMBER
Yes
INSTANCE_NUMBER NUMBER
Yes
TOTAL_SQL NUMBER
Yes
TOTAL_SQL_MEM NUMBER
Yes
SINGLE_USE_SQL NUMBER
Yes
SINGLE_USE_SQL_MEM NUMBER
Yes
CON_DBID NUMBER
Yes
Query Text

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


SELECT SNAP_ID
,      DBID
,      INSTANCE_NUMBER
,      TOTAL_SQL
,      TOTAL_SQL_MEM
,      SINGLE_USE_SQL
,      SINGLE_USE_SQL_MEM
,      CON_DBID
FROM SYS.WRH$_SQL_SUMMARY;

Dependencies

[top of page]

SYS.WRH$_SQL_SUMMARY does not reference any database object

SYS.WRH$_SQL_SUMMARY is referenced by following:

SchemaSYS
ViewINT$DBA_HIST_SQL_SUMMARY