[Home] [Help]
[Dependency Information]
| Object Name: | WRR$_REPLAY_DEP_GRAPH |
|---|---|
| Object Type: | TABLE |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | SYSAUX |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FILE_ID | NUMBER | |||
| CALL_CTR | NUMBER | |||
| FILE_ID_DEP | NUMBER | |||
| CALL_CTR_DEP | NUMBER | |||
| SYNC_POINT | NUMBER | |||
| SCHEDULE_CAP_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT FILE_ID
, CALL_CTR
, FILE_ID_DEP
, CALL_CTR_DEP
, SYNC_POINT
, SCHEDULE_CAP_ID
FROM SYS.WRR$_REPLAY_DEP_GRAPH;
SYS.WRR$_REPLAY_DEP_GRAPH does not reference any database object
SYS.WRR$_REPLAY_DEP_GRAPH is referenced by following:
SYS
DBMS_WORKLOAD_REPLAY
- show dependent code
|
|
|
|