| DBINC_KEY | NUMBER | The primary key for the incarnation of the target database. Use this column to join with RC_DATABASE_INCARNATION. | 
| RECID | NUMBER | The recid of the corresponding row in the control file. | 
| STAMP | NUMBER | 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 RC_RMAN_STATUS.) | 
| SITE_KEY | NUMBER | Primary key of the Data Guard database associated with this restore point. Each database in a Data Guard environment has a unique SITE_KEYvalue. You can useSITE_KEYin a join with theRC_SITEview to obtain theDB_UNIQUE_NAMEof the database. | 
| NAME | VARCHAR2(128) | The name of the restore point. | 
| RESTORE_POINT_TIME | DATE | The database time associated with the restore point SCN. | 
| CREATION_TIME | DATE | The date when the restore point was created. | 
| SCN | NUMBER | The database SCN when the restore point was created | 
| LONG_TERM | VARCHAR2(3) | YESif the restore point is associated with a backup created with theKEEPoption specified; otherwiseNO. | 
| PRESERVED | VARCHAR2(3) | YESif the restore point must be explicitly deleted; otherwiseNO. | 
| GUARANTEE_FLASHBACK_DATABASE | VARCHAR2(3) | YESif the flashback logs must be retained to guarantee a flashback to this point; otherwiseNO. |