InterviewSolution
Saved Bookmarks
| 1. |
How To List Restore Points In Rman? |
|
Answer» In RMAN you can use the LIST RESTORE POINT [ALL|restore_point_name] COMMAND. If you use a RECOVERY catalog you can use the VIEW RC_RESTORE_POINT in the recovery catalog REPOSITORY, or the command the V$RESTORE_POINT in the target database. In RMAN you can use the LIST RESTORE POINT [ALL|restore_point_name] command. If you use a recovery catalog you can use the view RC_RESTORE_POINT in the recovery catalog repository, or the command the V$RESTORE_POINT in the target database. |
|