Overview
oceanbase.CDB_OB_BACKUP_VALIDATION_JOB_HISTORY displays the execution progresses and details of backup validation jobs on OceanBase Cloud Platform (OCP) and stores all historical jobs.
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| JOB_ID | bigint(20) | NO | The job ID for backup validation. |
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| TENANT_NAME | varchar(128) | NO | The tenant name. The default value is NULL. |
| INCARNATION | bigint(20) | NO | The number of the incarnation of the database. |
| BACKUP_SET_ID | bigint(20) | NO | The ID of the backup set. |
| PROGRESS_PERCENT | bigint(20) | NO | The backup validation progress. |
| STATUS | varchar(64) | NO | The backup validation status. Valid values: * SUCCESS * FAILED |