Overview
v$restore_point displays information about restore points.
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| TENANT_ID | BIGINT(20) | Yes | The ID of the tenant. |
| SNAPSHOT | BIGINT(20) | No | The database system change number (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. |