[Home] [Help]
[Dependency Information]
| Object Name: | WRR$_REPLAY_CALL_FILTER |
|---|---|
| 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_COUNTER_BEGIN | NUMBER | |||
| CALL_COUNTER_END | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT FILE_ID
, CALL_COUNTER_BEGIN
, CALL_COUNTER_END
FROM SYS.WRR$_REPLAY_CALL_FILTER;
SYS.WRR$_REPLAY_CALL_FILTER does not reference any database object
SYS.WRR$_REPLAY_CALL_FILTER is referenced by following:
SYS
DBMS_WORKLOAD_REPLAY
- show dependent code
|
|
|
|