Overview
V$RESTORE_POINT displays information about restore points.
Field description
Field name |
Type |
Nullable |
Description |
|---|---|---|---|
| TENANT_ID | NUMBER(38) | Yes | The ID of the tenant. |
| SCN | NUMBER(38) | NO | The database system change number (SCN) when the restore point was created. |
| TIME | TIMESTAMP(6) WITH LOCAL TIME ZONE | NO | The time when the restore point was created. |
| NAME | VARCHAR2(512) | Yes | The name of the restore point. |
