Note
This view is available starting with V4.2.0.
Purpose
This view displays the log restore sources of the current tenant.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| TENANT_ID | bigint(20) | NO | The tenant ID. |
| 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 entry address of the log restore source.
|
| RECOVERY_UNTIL_SCN | bigint(20) unsigned | NO | The upper limit of the log. It can be INT64_MAX or a finite value greater than 0. |