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


TABLE: SYS.WRR$_REPLAY_SCHEDULES

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

Storage Details
Tablespace: TablespaceSYSAUX
PCT Free: 10
PCT Used:
Primary Key: WRR$_REPLAY_SCHEDULES_PK
  1. ColumnSCHEDULE_NAME
Indexes
Index Type Uniqueness Tablespace Column
WRR$_REPLAY_SCHEDULES_PK NORMAL UNIQUE TablespaceSYSAUX ColumnSCHEDULE_NAME
Columns
Name Datatype Length Mandatory Comments
SCHEDULE_NAME VARCHAR2 (128) Yes
DIRECTORY VARCHAR2 (128) Yes
STATUS VARCHAR2 (128)
Query Text

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


SELECT SCHEDULE_NAME
,      DIRECTORY
,      STATUS
FROM SYS.WRR$_REPLAY_SCHEDULES;

Dependencies

[top of page]

SYS.WRR$_REPLAY_SCHEDULES does not reference any database object

SYS.WRR$_REPLAY_SCHEDULES is referenced by following:

SchemaSYS
ViewDBA_WORKLOAD_REPLAY_SCHEDULES
Package BodyDBMS_WORKLOAD_REPLAY - show dependent code