Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
DBA_ADVISOR_RECOMMENDATIONS
displays the results of an analysis of all recommendations in the database. A recommendation can have multiple actions associated with it. Actions are described in the DBA_ADVISOR_ACTIONS
view. A recommendation also points to a set of rationales that present a justification/reasoning for that recommendation. These rationales are in the DBA_ADVISOR_RATIONALE
view.
USER_ADVISOR_RECOMMENDATIONS
displays the results of an analysis of the recommendations owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
OWNER |
VARCHAR2(30) |
Owner of the task | |
REC_ID |
NUMBER |
NOT NULL |
Unique identifier of the recommendation |
TASK_ID |
NUMBER |
NOT NULL |
Task that owns the recommendation |
TASK_NAME |
VARCHAR2(30) |
Name of the task | |
EXECUTION_NAME |
VARCHAR2(30) |
The name of the task execution with which this entry (row) is associated | |
FINDING_ID |
NUMBER |
Unique identifier of the finding | |
TYPE |
VARCHAR2(30) |
Type of the recommendation | |
RANK |
NUMBER |
Ranking, in terms of importance, within the set of recommendations generated for the task | |
PARENT_REC_IDS |
VARCHAR2(4000) |
Comma-separated list of the recommendation IDs of the parent recommendations. If this column is nonzero, then the recommendation depends on the parents, and cannot be accepted if the parents are not accepted. | |
BENEFIT_TYPE |
VARCHAR2(4000) |
Describes the benefit obtained by carrying out the recommendation
If there is a set of parents for the recommendation, then the benefit is the cumulative benefit (the improvement in system performance when this and all prior parent recommendations are accepted). If there are no parents, then this is the improvement when the recommendation is accepted, independent of other recommendations. |
|
BENEFIT |
NUMBER |
Calculated benefit value | |
ANNOTATION_STATUS |
VARCHAR2(11) |
When a task is complete, the recommendations are marked ACCEPT . The status can be changed later using the MARK_RECOMMENDATION procedure:
|
|
FLAGS |
NUMBER |
Advisor-specific flags | |
FILTERED |
VARCHAR2(1) |
A value of Y means that the row in the view was filtered out by a directive (or a combination of directives). A value of N means that the row was not filtered. |
See Also:
"USER_ADVISOR_RECOMMENDATIONS"