Note
This view is available starting with V4.0.0.
Purpose
This view displays the file status of a backup set of a tenant. OceanBase Database does not support physical backup for the sys tenant and the Meta tenant.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| BACKUP_SET_ID | bigint(20) | NO | The ID of the backup set. |
| DEST_ID | bigint(20) | NO | The ID of the backup path. |
| INCARNATION | bigint(20) | NO | The number of incarnations after Flashback Database. |
| BACKUP_TYPE | varchar(64) | NO | The type of the backup. Valid values:
|
| PREV_FULL_BACKUP_SET_ID | bigint(20) | NO | The ID of the previous full backup set on which the current backup set is based. |
| PREV_INC_BACKUP_SET_ID | bigint(20) | NO | The ID of the previous incremental backup set on which the current backup set is based. |
| START_TIMESTAMP | timestamp(6) | NO | The timestamp when the backup set was started. |
| END_TIMESTAMP | timestamp(6) | NO | The timestamp when the backup set was completed. |
| STATUS | varchar(64) | NO | The status of the backup. |
| FILE_STATUS | varchar(64) | NO | The status of the backup set files. Valid values:
|
| ELAPSED_SECONDES | decimal(22,0) | NO | The duration of the backup. |
| PLUS_ARCHIVELOG | varchar(4096) | NO | Indicates whether to complete the log. |
| START_REPLAY_SCN | bigint(20) unsigned | NO | The SCN of the log replay that the backup set is based on. |
| START_REPLAY_SCN_DISPLAY | datetime(6) | NO | The timestamp of the log replay that the backup set is based on. |
| MIN_RESTORE_SCN | bigint(20) unsigned | NO | The latest SCN that can be restored for the backup set. |
| MIN_RESTORE_SCN_DISPLAY | varchar(4096) | NO | The earliest timestamp that can be restored for the backup set. |
| INPUT_BYTES | bigint(20) | YES | The number of input bytes. |
| OUTPUT_BYTES | bigint(20) | YES | The number of output bytes. |
| OUTPUT_RATE_BYTES | decimal(28,4) | NO | The number of output bytes per second. |
| EXTRA_META_BYTES | bigint(20) | YES | The number of extra bytes. |
| TABLET_COUNT | bigint(20) | YES | The total number of tablets in the backup. |
| FINISH_TABLET_COUNT | bigint(20) | YES | The total number of completed tablets in the backup. |
| MACRO_BLOCK_COUNT | bigint(20) | YES | The total number of macroblocks in the backup. |
| FINISH_MACRO_BLOCK_COUNT | bigint(20) | YES | The total number of completed macroblocks in the backup. |
| FILE_COUNT | bigint(20) | YES | The number of backup files. |
| META_TURN_ID | bigint(20) | YES | The number of the backup of the Meta data. |
| DATA_TURN_ID | bigint(20) | YES | The number of the backup of the data. |
| RESULT | bigint(20) | NO | The result code of the backup. |
| COMMENT | varchar(4096) | YES | The description of the backup error code. |
| ENCRYPTION_MODE | varchar(64) | YES | The encryption mode. Valid values:
Only the None and Password modes are supported. |
| PASSWD | varchar(128) | YES | The password. |
| TENANT_COMPATIBLE | varchar(4096) | NO | The version of the tenant. |
| BACKUP_COMPATIBLE | bigint(20) | NO | The version of the backup set. |
| PATH | varchar(4096) | YES | The backup path. |
| CLUSTER_VERSION | varchar(4096) | NO | The version of the cluster. |
| CONSISTENT_SCN | bigint(20) unsigned | NO | The consistent SCN of the backup. |
| MINOR_TURN_ID | bigint(20) | NO | The minor turn ID. |
| MAJOR_TURN_ID | bigint(20) | NO | The major turn ID. |
