oceanbase.DBA_OB_BACKUP_STORAGE_INFO

2025-12-04 09:32:54  Updated

Purpose

The oceanbase.DBA_OB_BACKUP_STORAGE_INFO view displays information about backup destinations of backup and restore in the current tenant.

Note

This view is introduced since OceanBase Database V4.0.0.

Columns

Column Type Nullable? Description
TENANT_ID bigint(20) NO The ID of the tenant.
PATH varchar(1024) NO The root path of the backup.
ENDPOINT varchar(256) NO The host information to be specified for accessing the object storage service.
DEST_ID bigint(20) YES The ID of the backup destination.
DEST_TYPE varchar(64) YES The type of the backup destination, which can be:
  • archive_log: Log archiving
  • backup_data: Data backup
AUTHORIZATION varchar(1024) NO The authorization information of the object storage service.
EXTENSION varchar(512) NO Other parameters of the backup destination.
CHECK_FILE_NAME varchar(256) YES The name of the connectivity verification file.
LAST_CHECK_TIMESTAMP timestamp(6) YES The time when the last connectivity check was passed.

Contact Us