Note
This view is introduced since OceanBase Database V4.0.0.
Purpose
This view displays information about the backup destination used for backup and restore operations in the tenant.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| TENANT_ID | NUMBER(38) | NO | The ID of the tenant. |
| PATH | VARCHAR2(1024) | NO | The root path for backup. |
| ENDPOINT | VARCHAR2(256) | NO | The host for accessing object storage. |
| DEST_ID | NUMBER(38) | YES | The ID of the backup destination. |
| DEST_TYPE | VARCHAR2(64) | YES | The type of the backup destination. Valid values include: |
| AUTHORIZATION | VARCHAR2(1024) | NO | The authorization information for object storage. |
| EXTENSION | VARCHAR2(512) | NO | Other parameters of the backup destination. |
| CHECK_FILE_NAME | VARCHAR2(256) | YES | The name of the file for verifying connectivity. |
| LAST_CHECK_TIMESTAMP | VARCHAR2(256) | NO | The time when the last connectivity check passed. |