v$restore_point

2023-10-24 09:23:03  Updated

Purpose

v$restore_point displays the information about restore points.

Fields

Field 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.

Contact Us