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


TABLE: SYS.WRH$_STREAMS_POOL_ADVICE

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

Storage Details
Tablespace: TablespaceSYSAUX
PCT Free: 10
PCT Used:
Primary Key: WRH$_STREAMS_POOL_ADVICE_PK
  1. ColumnDBID
  2. ColumnSNAP_ID
  3. ColumnINSTANCE_NUMBER
  4. ColumnSIZE_FOR_ESTIMATE
  5. ColumnCON_DBID
Indexes
Index Type Uniqueness Tablespace Column
WRH$_STREAMS_POOL_ADVICE_PK NORMAL UNIQUE TablespaceSYSAUX ColumnDBID
ColumnSNAP_ID
ColumnINSTANCE_NUMBER
ColumnSIZE_FOR_ESTIMATE
ColumnCON_DBID
Columns
Name Datatype Length Mandatory Comments
SNAP_ID NUMBER
Yes
DBID NUMBER
Yes
INSTANCE_NUMBER NUMBER
Yes
SIZE_FOR_ESTIMATE NUMBER
Yes
SIZE_FACTOR NUMBER

ESTD_SPILL_COUNT NUMBER

ESTD_SPILL_TIME NUMBER

ESTD_UNSPILL_COUNT NUMBER

ESTD_UNSPILL_TIME NUMBER

CON_DBID NUMBER
Yes
Query Text

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


SELECT SNAP_ID
,      DBID
,      INSTANCE_NUMBER
,      SIZE_FOR_ESTIMATE
,      SIZE_FACTOR
,      ESTD_SPILL_COUNT
,      ESTD_SPILL_TIME
,      ESTD_UNSPILL_COUNT
,      ESTD_UNSPILL_TIME
,      CON_DBID
FROM SYS.WRH$_STREAMS_POOL_ADVICE;

Dependencies

[top of page]

SYS.WRH$_STREAMS_POOL_ADVICE does not reference any database object

SYS.WRH$_STREAMS_POOL_ADVICE is referenced by following:

SchemaSYS
ViewINT$DBA_HIST_STRPOOL_ADVICE