DBA_OB_TASK_OPT_STAT_GATHER_HISTORY

2024-04-19 08:42:49  Updated

Purpose

The DBA_OB_TASK_OPT_STAT_GATHER_HISTORY view displays the execution information about historical collection tasks.

Note

This view is introduced since OceanBase Database V4.2.0.

Columns

Column Type Nullable? Description
TENANT_ID NUMBER NO The ID of the tenant to which the collection task belongs.
TASK_ID VARCHAR2(36) NO The ID of the collection task, which is generated based on UUID and is globally unique.
TYPE VARCHAR2(16) NO The type of the collection task.
STATUS VARCHAR2(8) NO The status of the collection task. Valid values:
  • SUCCESS
  • FAILED
TASK_TABLE_COUNT NUMBER YES The number of tables whose statistics need to be collected by the collection task.
FAILED_COUNT NUMBER YES The number of tables whose statistics failed to be collected by the collection task.
TASK_START_TIME TIMESTAMP(6) NO The start time of the collection task.
TASK_END_TIME TIMESTAMP(6) NO The end time of the collection task.

Contact Us