5.50 DBA_ADVISOR_TASKS
DBA_ADVISOR_TASKS
displays information about all tasks in the database.
The view contains one row for each task. Each task has a name that is unique to the owner. Task names are just informational and no uniqueness is enforced within any other namespace.
Related View
USER_ADVISOR_TASKS
displays information about the tasks owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the task |
|
|
|
Unique identifier of the task |
|
|
|
Name of the task |
|
|
|
User-supplied description of the task |
|
|
|
Advisor associated with the task |
|
|
|
Creation date of the task |
|
|
|
Date on which the task was last modified |
|
|
|
Identifier of the parent task (if the task was created because of the recommendation of another task) |
|
|
|
Identifier of the recommendation within the parent task that resulted in the creation of the task |
|
|
|
Name of the current or last task execution |
|
|
|
Type of the last execution. This information is optional for single-execution tasks. |
|
|
|
Reserved for internal use |
|
|
|
Optional description of the last execution |
|
|
|
Execution start date and time of the task |
|
|
|
Execution end date and time of the task |
|
|
|
Current operational status of the task:
|
|
|
|
Informational message provided by the advisor regarding the status |
|
|
|
Percent completion, in terms of time, of the task when it is executing |
|
|
|
Metric that measures the progress of the task in terms of quality. Each advisor may have its own metric. |
|
|
|
Unit of the metric used to measure progress |
|
|
|
Counter that is updated frequently by the advisor, denoting that useful work is being performed |
|
|
|
Number of recommendations produced |
|
|
|
Informational message or an error message indicating the current operation or condition |
|
|
|
Optional name that identifies the creator of the task |
|
|
|
Optional task or template on which the object was based |
|
|
|
Indicates whether the task is read-only ( |
|
|
|
Indicates whether the task is a system task ( |
|
|
|
Unique identifier for the advisor |
|
|
|
Reserved for internal use |
See Also: