DBA_TUNE_MVIEW displays the result of executing the DBMS_ADVISOR.TUNE_MVIEW procedure.
USER_TUNE_MVIEW displays the result of executing the DBMS_ADVISOR.TUNE_MVIEW procedure. This view does not display the OWNER column.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| OWNER | VARCHAR2(30) | Owner of the task | |
| TASK_NAME | VARCHAR2(30) | Name of the task | |
| ACTION_ID | NUMBER | NOT NULL | Identifier of the action | 
| SCRIPT_TYPE | VARCHAR2(14) | Type of the script: 
 | |
| STATEMENT | CLOB | Action statement | 
See Also:
"USER_TUNE_MVIEW"