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


TABLE: SYS.WRR$_REPLAY_FILTER_SET

Object Details
Object Name: WRR$_REPLAY_FILTER_SET
Object Type: TABLE
Owner: SYS
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceSYSAUX
PCT Free: 10
PCT Used:
Primary Key: WRR$_REPLAY_FILTER_SET_PK
  1. ColumnCAPTURE_ID
  2. ColumnSET_NAME
  3. ColumnFILTER_NAME
Indexes
Index Type Uniqueness Tablespace Column
WRR$_REPLAY_FILTER_SET_PK NORMAL UNIQUE TablespaceSYSAUX ColumnCAPTURE_ID
ColumnSET_NAME
ColumnFILTER_NAME
Columns
Name Datatype Length Mandatory Comments
CAPTURE_ID NUMBER
Yes
SET_NAME VARCHAR2 (1000) Yes
FILTER_NAME VARCHAR2 (100) Yes
ATTRIBUTE VARCHAR2 (100) Yes
VALUE VARCHAR2 (4000) Yes
DEFAULT_ACTION VARCHAR2 (20)
Query Text

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


SELECT CAPTURE_ID
,      SET_NAME
,      FILTER_NAME
,      ATTRIBUTE
,      VALUE
,      DEFAULT_ACTION
FROM SYS.WRR$_REPLAY_FILTER_SET;

Dependencies

[top of page]

SYS.WRR$_REPLAY_FILTER_SET does not reference any database object

SYS.WRR$_REPLAY_FILTER_SET is referenced by following:

SchemaSYS
ViewDBA_WORKLOAD_FILTERS
ViewDBA_WORKLOAD_REPLAY_FILTER_SET
Package BodyDBMS_WORKLOAD_REPLAY - show dependent code