Purpose
oceanbase.CDB_OB_BACKUP_BACKUPPIECE_TASK_HISTORY displays historical information about completed secondary piece backup tasks.
Related views
oceanbase.CDB_OB_BACKUP_BACKUPPIECE_TASK
Fields
| Field | Type | Nullable? | Description |
|---|---|---|---|
| JOB_ID | bigint(20) | NO | The ID of the job. |
| INCARNATION | bigint(20) | NO | The nth incarnation of the database after the Flashback Database operation. |
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| ROUND_ID | bigint(20) | NO | The ID of the round. |
| BACKUP_PIECE_ID | bigint(20) | NO | The ID of the backup piece. |
| COPY_ID | bigint(20) | NO | The ID of the copy. |
| START_TIME | timestamp(6) | NO | The start time of the task. |
| END_TIME | timestamp(6) | NO | The end time of the task. |
| STATUS | varchar(64) | NO | The status of the secondary piece backup task. Valid values: |
| BACKUP_DEST | varchar(2048) | YES | The destination path for storing the secondary backup piece. |
| RESULT | bigint(20) | NO | The result of secondary piece backup. |
| COMMENT | varchar(4096) | NO | The error message of backup failure. |