Purpose
This view displays completed restore tasks.
Note
This view is introduced since OceanBase Database V4.0.0.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| JOB_ID | NUMBER(38) | NO | The job ID of the restore task. |
| RESTORE_TENANT_NAME | VARCHAR2(128) | NO | The name of the tenant to be restored. |
| RESTORE_TENANT_ID | NUMBER(38) | NO | The ID of the tenant to be restored. |
| BACKUP_TENANT_NAME | VARCHAR2(128) | NO | The name of the source tenant from which the backup is taken. |
| BACKUP_TENANT_ID | NUMBER(38) | NO | The ID of the source tenant from which the backup is taken. |
| BACKUP_CLUSTER_NAME | VARCHAR2(128) | NO | The name of the source cluster from which the backup is taken. |
| BACKUP_DEST | CLOB | NO | The path of the backup set, which is the path where the user specifies to store data backups and log archives. |
| RESTORE_SCN | NUMBER(38) | NO | The SCN specified for restore. |
| RESTORE_SCN_DISPLAY | TIMESTAMP(9) | NO | The timestamp of the restore SCN. |
| RESTORE_OPTION | VARCHAR2(4096) | NO | The restore options specified when the restore task is initiated. |
| START_TIMESTAMP | TIMESTAMP(6) WITH LOCAL TIME ZONE | YES | The start timestamp of the restore task. |
| FINISH_TIMESTAMP | TIMESTAMP(6) WITH LOCAL TIME ZONE | YES | The end timestamp of the restore task. |
| STATUS | VARCHAR2(64) | NO | The restore result:
|
| BACKUP_PIECE_LIST | CLOB | NO | The paths of the log archive shards required for restore, separated by commas, for example: file:///data/nfs/backup/archive/2_1_2,file:///data/nfs/backup/archive/2_1_3. |
| BACKUP_SET_LIST | CLOB | NO | The paths of the data backup sets required for restore, separated by commas, for example: file:///data/nfs/backup/data/backup_set_1_full,file:///data/nfs/backup/data/backup_set_2_inc. |
| BACKUP_CLUSTER_VERSION | NUMBER(38) | NO | The version number of the source cluster. |
| LS_COUNT | NUMBER(38) | NO | The total number of log streams to be restored. |
| FINISH_LS_COUNT | NUMBER(38) | NO | The number of completed log streams. |
| TABLET_COUNT | NUMBER(38) | NO | The total number of tablets to be restored. |
| FINISH_TABLET_COUNT | NUMBER(38) | NO | The number of completed tablets. |
| TOTAL_BYTES | NUMBER(38) | NO | The total number of bytes restored. |
| TOTAL_BYTES_DISPLAY | VARCHAR2(42) | NO | The total number of bytes restored, in storage capacity units. |
| FINISH_BYTES | NUMBER(38) | NO | The number of bytes restored. |
| FINISH_BYTES_DISPLAY | VARCHAR2(42) | NO | The number of bytes restored, in storage capacity units. |
| DESCRIPTION | VARCHAR2(1024) | NO | The DESCRIPTION information specified in the restore command. |
| COMMENT | VARCHAR2(1024) | YES | The failure information recorded when the restore fails. |
| RESTORE_TYPE | varchar(4096) | NO | The restore type.
|