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


TABLE: SYS.WRR$_REPLAY_SQL_TEXT

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

Storage Details
Tablespace: TablespaceSYSAUX
PCT Free: 10
PCT Used:
Primary Key: WRR$_REPLAY_SQL_TEXT_PK
  1. ColumnSQL_ID
Indexes
Index Type Uniqueness Tablespace Column
SYS_IL0000498581C00003$$ LOB UNIQUE TablespaceSYSAUX
WRR$_REPLAY_SQL_TEXT_PK NORMAL UNIQUE TablespaceSYSAUX ColumnSQL_ID
Columns
Name Datatype Length Mandatory Comments
SQL_ID VARCHAR2 (13) Yes
SQL_TEXT VARCHAR2 (4000)
FULL_SQL_TEXT CLOB (4000)
Query Text

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


SELECT SQL_ID
,      SQL_TEXT
,      FULL_SQL_TEXT
FROM SYS.WRR$_REPLAY_SQL_TEXT;

Dependencies

[top of page]

SYS.WRR$_REPLAY_SQL_TEXT does not reference any database object

SYS.WRR$_REPLAY_SQL_TEXT is referenced by following:

SchemaSYS
Package BodyDBMS_WORKLOAD_REPLAY - show dependent code