Feature
DBA_OB_LS_ARB_REPLICA_TASK_HISTORY provides the history of arbitration tasks executed in the current tenant and the corresponding user tenants.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| TENANT_ID | NUMBER(38) | NO | The ID of the tenant. |
| LS_ID | NUMBER(38) | NO | The ID of the log stream. |
| TASK_ID | NUMBER(38) | NO | The ID of the task. |
| EXECUTE_RESULT | VARCHAR2(2048) | NO | The task execution result and duration. Example: [ret:0; elapsed:72160;] |
| CREATE_TIME | TIMESTAMP(6) | NO | The time when the task was generated. |
| FINISH_TIME | TIMESTAMP(6) | NO | The time when the task was completed. |
| TRACE_ID | VARCHAR2(200) | NO | The trace ID of the task in the log. |
| TASK_TYPE | VARCHAR2(32) | NO | The task type. Valid values:
|
| ARBITRATION_SERVICE | VARCHAR2(512) | NO | The arbitration location. |
| ARBITRATION_SERVICE_TYPE | VARCHAR2(64) | NO | The type of the arbitration service. Only ADDR is supported. |
| COMMENT | VARCHAR2(2048) | YES | The description of the task. |