[Home] [Help]
[Dependency Information]
| Object Name: | WRI$_TOPN_METADATA |
|---|---|
| Object Type: | TABLE |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | SYSAUX |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TASK_ID | NUMBER | |||
| TASK_STARTTIME | DATE | |||
| TASK_COMPLETIONTIME | DATE | |||
| TASK_STATUS | VARCHAR2 | (10) | ||
| TBS_PROCESSED | NUMBER | |||
| OBJECTS_PROCESSED | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT TASK_ID
, TASK_STARTTIME
, TASK_COMPLETIONTIME
, TASK_STATUS
, TBS_PROCESSED
, OBJECTS_PROCESSED
FROM SYS.WRI$_TOPN_METADATA;
SYS.WRI$_TOPN_METADATA does not reference any database object
SYS.WRI$_TOPN_METADATA is referenced by following:
SYS
DBMS_HEAT_MAP
- show dependent code
|
|
|
|