Note
Due to the lack of support for restore points in OceanBase Database V4.x, this view was removed starting from V4.0.0.
Purpose
The V$RESTORE_POINT view displays information about restore points.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| TENANT_ID | bigint(20) | YES | The tenant ID. |
| SNAPSHOT | bigint(20) | NO | The database SCN when the restore point was created. |
| TIME | timestamp(6) | NO | The time when the restore point was created. |
| NAME | varchar(512) | YES | The name of the restore point. |