Oracle 11gR1
DBA_ADVISOR_ACTIONS
displays information about the actions associated with all recommendations in the database. Each action is specified by the COMMAND
and ATTR1
through ATTR6
columns. Each command defines how the attribute columns will be used.
USER_ADVISOR_ACTIONS
displays information about the actions associated with the recommendations owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
|
| | Owner of the task |
|
|
| Identifier of the task |
|
| | Name of the task |
|
| | The name of the task execution with which this entry (row) is associated |
|
|
| Recommendation associated with the action |
|
|
| Unique identifier for the action |
|
| | Object associated with the action |
|
| | Command to be executed See Also: |
|
|
| ID of the command to be executed See Also: |
|
| | Advisor-specific flags |
|
| | Parameters defining the command |
|
| | Parameters defining the command |
|
| | Parameters defining the command |
|
| | Parameters defining the command |
|
| | Parameters defining the command; to be used if the text is significantly large (for example, a SQL statement defining a materialized view) |
|
| | Parameters defining the command; to be used if the text is significantly large (for example, a SQL statement defining a materialized view) |
|
| | General numeric attribute |
|
| | General numeric attribute |
|
| | General numeric attribute |
|
| | General numeric attribute |
|
| | General numeric attribute |
|
| | Message associated with the action |
|
| | A value of |
Note:
1.
select owner, task_name, command, message from DBA_ADVISOR_ACTIONS;
OWNER | TASK_NAME | COMMAND | MESSAGE |
SYS | ADDM:2334540272_1_19018 | RUN SEGMENT ADVISOR | Run "Segment Advisor" on TABLE "BUS.TAB_BUS" with object id 171828. |
SYS | ADDM:2334540272_1_19018 | UNDEFINED | Investigate application logic involving I/O on TABLE "BUS.TAB_BUS" with object id 171828. |
SYS | ADDM:2334540272_1_19018 | UNDEFINED | Investigate application logic involving I/O on TABLE "BUS.TAB_BUS" with object id 6317619. |
No comments:
Post a Comment