Oracle 视图 DBA_AUTO_MV_ANALYSIS_TASK 官方解释,作用,如何使用详细说明
本站中文解释
Oracle视图DBA_AUTO_MV_ANALYSIS_TASK视图显示系统中正在运行的自动管理物化视图(MV)分析任务的信息。
该视图包含以下列:
TASK_ID:任务的ID
TASK_TIMESTAMP:任务的运行时间
TASK_STATUS:任务的当前状态(正在运行/失败/完成)
TASK_TYPE:任务的类型
OWNER_NAME:用于发起任务的用户的名称
MV_TYPE:物化视图的类型(正常/AW/RIC等)
MV_ANALYSIS_TYPE:物化视图分析类型
OBJECT_NAME:被分析物化视图的名称
SCHEMA_NAME:被分析物化视图所属 Schema 的名称
ANALYSIS_STIME:任务分析最后一个 MV 的开始时间
ANALYSIS_ENAME:任务分析最后一个 MV 的结束时间
ANALYSIS_TIME:任务的总时间
管理员可以使用该视图查看正在进行的和已完成的MV分析任务的信息,并可用于确定某一物化视图是否已完成MV分析任务,或者确定MV分析任务是否正在运行。
官方英文解释
DBA_AUTO_MV_ANALYSIS_TASK
display analysis information associated with automatic materialized views.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
| Owner of the task |
|
|
| Unique identifier of the task |
|
|
| Name of the task The value of this column is always |
|
|
| 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 |
Note:
This view is available starting with Oracle Database 21c.
编辑:广州鸿名健康科技有限公司
标签:视图,正在运行,名称,类型,时间