5.46 RC_RESTORE_POINT
This view lists all restore points for all incarnations of the database since the last catalog resynchronization. This view corresponds to V$RESTORE_POINT
.
Column | Data Type | Description |
---|---|---|
|
|
The primary key for the incarnation of the target database. Use this column to join with |
|
|
The recid of the corresponding row in the control file. |
|
|
The timestamp of the row in the control file. (Because control file records are reused, you must combine the timestamp and recid to get a value unique across all records in |
|
|
Primary key of the Data Guard database associated with this restore point. Each database in a Data Guard environment has a unique |
|
|
The name of the restore point. |
|
|
The database time associated with the restore point SCN. |
|
|
The date when the restore point was created. |
|
|
The database SCN when the restore point was created |
|
|
|
|
|
|
|
|
|
|
|
The primary key of the PDB in the recovery catalog. |
|
|
Indicates whether the restore point is a clean PDB restore point . Possible values are YES or NO. |