[Home] [Help]
[Dependency Information]
| Object Name: | WRR$_USER_MAP |
|---|---|
| Object Type: | TABLE |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | SYSAUX |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REPLAY_ID | NUMBER | |||
| SCHEDULE_CAP_ID | NUMBER | |||
| CAPTURE_USER | VARCHAR2 | (4000) | Yes | |
| REPLAY_USER | VARCHAR2 | (4000) |
Cut, paste (and edit) the following text to query this object:
SELECT REPLAY_ID
, SCHEDULE_CAP_ID
, CAPTURE_USER
, REPLAY_USER
FROM SYS.WRR$_USER_MAP;
SYS.WRR$_USER_MAP does not reference any database object
SYS.WRR$_USER_MAP is referenced by following:
SYS
DBA_WORKLOAD_ACTIVE_USER_MAP
DBA_WORKLOAD_USER_MAP
DBMS_WORKLOAD_REPLAY
- show dependent code
DBMS_WRR_INTERNAL
- show dependent code
|
|
|
|