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


TABLE: SYS.WRR$_REPLAY_DIRECTORY

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

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

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


SELECT DIRECTORY
,      DIR_PATH
,      STATUS
FROM SYS.WRR$_REPLAY_DIRECTORY;

Dependencies

[top of page]

SYS.WRR$_REPLAY_DIRECTORY does not reference any database object

SYS.WRR$_REPLAY_DIRECTORY is referenced by following:

SchemaSYS
Package BodyDBMS_WORKLOAD_REPLAY - show dependent code