Oracle® Database Reference 11g Release 1 (11.1) Part Number B28320-01 |
|
|
View PDF |
DBA_ADVISOR_EXECUTION_TYPES
displays possible execution action for a given advisor. Only advisors that support multiple executions of their tasks have entries in this view.
Column | Datatype | NULL | Description |
---|---|---|---|
ADVISOR_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the advisor |
EXECUTION_TYPE |
VARCHAR2(30) |
NOT NULL |
Type of the last execution. This information is optional for single-execution tasks. |
EXECUTION_DESCRIPTION |
VARCHAR2(4000) |
Optional description of the last execution. |