Purpose
oceanbase.CDB_OB_BACKUP_BACKUPSET_JOB_HISTORY displays historical information about jobs in which you have initiated a secondary backup of the baseline data.
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 included in the secondary backup. |
| 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: S: a single backup set.A: all backup sets. |
| TENANT_NAME | varchar(128) | NO | The name of the tenant. |
| STATUS | varchar(64) | NO | The backup status. Valid values: scheduledoingfinishedcanceling |