[Home] [Help]
[Dependency Information]
| Object Name: | CDB_TUNE_MVIEW |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Catalog View to show the result after executing TUNE_MVIEW() API in all containers
| 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 | |
| CON_ID | NUMBER | container id |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, TASK_NAME
, ACTION_ID
, SCRIPT_TYPE
, STATEMENT
, CON_ID
FROM SYS.CDB_TUNE_MVIEW;
SYS.CDB_TUNE_MVIEW does not reference any database object
SYS.CDB_TUNE_MVIEW is referenced by following:
PUBLIC
CDB_TUNE_MVIEW
|
|
|
|