Feature
This view displays the current execution progresses of physical recovery tasks.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| TENANT_ID | bigint(20) | The ID of the tenant that performs the recovery job. | |
| JOB_ID | bigint(20) | The ID of the recovery job. | |
| RESTORE_TENANT_NAME | longtext | The name of the tenant to be recovered. | |
| RESTORE_TENANT_ID | bigint(20) | The ID of the tenant to be recovered. | |
| BACKUP_TENANT_NAME | longtext | The name of the backup source tenant. | |
| BACKUP_TENANT_ID | longtext | The ID of the backup source tenant. | |
| BACKUP_CLUSTER_NAME | longtext | The name of the backup source cluster. | |
| BACKUP_DEST | longtext | The backup set paths. The value contains the data backup path and log archive path. | |
| RESTORE_OPTION | longtext | The recovery option specified when recovery is initiated. | |
| RESTORE_SCN | bigint(20) unsigned | The recovery system change number (SCN). | |
| RESTORE_SCN_DISPLAY | varchar(26) | The recovery SCN displayed as a timestamp. | |
| STATUS | longtext | The recovery status. The possible states of a recovery job in the sys tenant are inconsistent with those in the recovered tenant. For the sys tenant:
For the target tenant:
|
|
| START_TIMESTAMP | varchar(26) | The start timestamp of the recovery job. | |
| BACKUP_SET_LIST | longtext | The backup set paths for recovery, which are separated with commas (,). Example: file:///data/nfs/backup/data/backup_set_1_full,file:///data/nfs/backup/data/backup_set_2_inc |
|
| BACKUP_PIECE_LIST | longtext | The paths of log archive pieces for recovery, which are separated with commas (,). Example: file:///data/nfs/backup/archive/2_1_2,file:///data/nfs/backup/archive/2_1_3 |
|
| TOTAL_BYTES | bigint(20) | The total number of bytes to recover. | |
| TOTAL_BYTES_DISPLAY | varchar(27) | The total number of bytes to recover, in a storage capacity unit. | |
| FINISH_BYTES | bigint(20) | The number of bytes recovered. | |
| FINISH_BYTES_DISPLAY | varchar(27) | The total number of bytes recovered, in a storage capacity unit. | |
| DESCRIPTION | longtext | The description specified in the recovery statement. | |