[Home] [Help]
[Dependency Information]
| Object Name: | WRR$_REPLAY_DIRECTORY |
|---|---|
| Object Type: | TABLE |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | SYSAUX |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
DIRECTORY| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| WRR$_REPLAY_DIRS_PK | NORMAL | UNIQUE |
SYSAUX
|
DIRECTORY
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DIRECTORY | VARCHAR2 | (128) | Yes | |
| DIR_PATH | VARCHAR2 | (4000) | Yes | |
| STATUS | VARCHAR2 | (128) |
Cut, paste (and edit) the following text to query this object:
SELECT DIRECTORY
, DIR_PATH
, STATUS
FROM SYS.WRR$_REPLAY_DIRECTORY;
SYS.WRR$_REPLAY_DIRECTORY does not reference any database object
SYS.WRR$_REPLAY_DIRECTORY is referenced by following:
SYS
DBMS_WORKLOAD_REPLAY
- show dependent code
|
|
|
|