Purpose
oceanbase.CDB_OB_BACKUP_BACKUPSET_JOB displays information about secondary backup jobs on the baseline backup. Each SQL statement corresponds to one job.
Fields
| Field | Type | Nullable? | Description |
|---|---|---|---|
| JOB_ID | bigint(20) | NO | The ID of the job. |
| TENANT_ID | bigint(20) | NO | The ID of the tenant. For a system tenant, the value is 1, indicating that all backup sets are to be restored. |
| 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. |
| TYPE | varchar(17) | NO | Indicates whether a single backup set or a collection of all backup sets are backed up. Valid values: |
| TENANT_NAME | varchar(128) | NO | The name of the tenant. |
| STATUS | varchar(64) | NO | The backup status. Valid values: scheduledoingfinishedcanceling |