Description
oceanbase.CDB_OB_BACKUP_VALIDATION_JOB displays the execution progresses and details of backup validation jobs on OceanBase Cloud Platform (OCP) and stores only jobs in progress.
Related view
oceanbase.CDB_OB_BACKUP_VALIDATION_JOB_HISTORY
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| JOB_ID | bigint(20) | NO | The job ID. |
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| TENANT_NAME | varchar(128) | NO | The name of the tenant. |
| INCARNATION | bigint(20) | NO | The nth incarnation of the database after the Flashback Database operation. |
| 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 |