DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.DBA_TUNE_MVIEW

Object Details
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

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

SYS.DBA_TUNE_MVIEW references the following:

SchemaSYS
TableWRI$_ADV_ACTIONS
TableWRI$_ADV_TASKS
SYS.DBA_TUNE_MVIEW is referenced by following:

SchemaPUBLIC
SynonymDBA_TUNE_MVIEW