Feature
DBA_OB_BACKUP_STORAGE_INFO provides information about backup destinations of backup and restoration in a tenant.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| TENANT_ID | NUMBER(38) | NO | The ID of the tenant. |
| PATH | VARCHAR2(1024) | NO | The root path of the backup. |
| ENDPOINT | VARCHAR2(256) | NO | The HOST information to be specified for accessing the object storage service. |
| DEST_ID | NUMBER(38) | YES | The ID of the backup destination. |
| DEST_TYPE | VARCHAR2(64) | YES | The type of the backup destination. |
| AUTHORIZATION | VARCHAR2(1024) | NO | The authorization information of the object storage service. |
| EXTENSION | VARCHAR2(512) | NO | Other parameters of the backup destination. |
| CHECK_FILE_NAME | VARCHAR2(256) | YES | The name of the connectivity verification file. |
| LAST_CHECK_TIMESTAMP | VARCHAR2(256) | NO | The time when the last connectivity check was passed. |