Oracle® Database Reference 10g Release 2 (10.2) Part Number B14237-01 |
|
|
View PDF |
DBA_TUNE_MVIEW
displays the result of executing the DBMS_ADVISOR.TUNE_MVIEW
procedure.
Related View
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 |