[Home] [Help]
[Dependency Information]
| Object Name: | DBA_TUNE_MVIEW |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Catalog View to show the result after executing TUNE_MVIEW() API
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (128) | Owner of the task | |
| TASK_NAME | VARCHAR2 | (128) | ID of the action | |
| ACTION_ID | NUMBER | Yes | ||
| SCRIPT_TYPE | VARCHAR2 | (14) | Type of the script | |
| STATEMENT | CLOB | (4000) | Action statement |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, TASK_NAME
, ACTION_ID
, SCRIPT_TYPE
, STATEMENT
FROM SYS.DBA_TUNE_MVIEW;
SYS
WRI$_ADV_ACTIONS
WRI$_ADV_TASKS
PUBLIC
DBA_TUNE_MVIEW
|
|
|
|