Note
This view is available starting with V4.0.0.
Purpose
This view displays task-level backup tasks of the current tenant. Physical backup is not supported for the sys tenant and the Meta tenant.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| TASK_ID | bigint(20) | NO | The task ID of the backup task. This ID corresponds to a backup set. |
| JOB_ID | bigint(20) | NO | The ID of the job to which the backup task belongs. |
| INCARNATION | bigint(20) | NO | The number of incarnations after Flashback Database. |
| BACKUP_SET_ID | bigint(20) | NO | The ID of the backup set corresponding to the backup task. |
| START_TIMESTAMP | timestamp(6) | NO | The start time of the backup task. |
| END_TIMESTAMP | timestamp(6) | NO | The end time of the backup task. |
| STATUS | varchar(4096) | NO | The status of the backup. |
| START_SCN | bigint(20) unsigned | NO | The SCN at which the backup starts. |
| END_SCN | bigint(20) unsigned | NO | The SCN at which the backup ends. |
| USER_LS_START_SCN | bigint(20) unsigned | NO | The SCN of the backup log stream meta data. |
| ENCRYPTION_MODE | varchar(4096) | YES | The encryption mode. Valid values: None: no encryption is performed. Password: only password protection is performed. Password Encryption: encryption and password protection are performed. Transparent Encryption: Transparent Data Encryption (TDE) is used for encryption. Dual mode Encryption: TDE and password protection are used for encryption. Only None and Password are supported. |
| PASSWD | varchar(4096) | YES | The password. |
| 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. |
| FINISH_TABLET_COUNT | bigint(20) | YES | The total number of tablets that have been backed up. |
| MACRO_BLOCK_COUNT | bigint(20) | YES | The number of macroblocks. |
| FINISH_MACRO_BLOCK_COUNT | bigint(20) | YES | The number of macroblocks that have been backed up. |
| FILE_COUNT | bigint(20) | YES | The number of backup files. |
| META_TURN_ID | bigint(20) | YES | The number of backup meta data rounds. |
| DATA_TURN_ID | bigint(20) | YES | The number of backup data rounds. |
| RESULT | bigint(20) | YES | The error code of the backup. |
| COMMENT | varchar(4096) | YES | The description of the error code. |
| PATH | varchar(4096) | YES | The backup path. |
| MINOR_TURN_ID | bigint(20) | NO | The number of rounds at which the minor data backup ends. |
| MAJOR_TURN_ID | bigint(20) | NO | The number of rounds at which the major data backup ends. |