Purpose
The oceanbase.CDB_OB_LOG_RESTORE_SOURCE view displays the log restore sources for physically restored tenants and standby tenants.
Note
This view is introduced since OceanBase Database V4.2.0.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| ID | bigint(20) | NO | The ID of the log restore source. |
| TYPE | varchar(32) | NO | The type of the log restore source. Valid values:
|
| VALUE | longtext | NO | The access URL of the log restore source.
|
| RECOVERY_UNTIL_SCN | bigint(20) unsigned | NO | The maximum SCN for log acquisition. The value can be INT64_MAX or a finite value greater than 0. |