What is a cancel-based recovery?
What is a cancel-based recovery?
Rating:
A cancel-based recovery is a type of user-managed incomplete recovery that is performed by specifying the UNTIL CANCEL clause with the
In a cancel-based incomplete recovery, the recovery process proceeds by prompting the user with the suggested archived redo log files' names. The recovery process stops when the user specifies CANCEL instead of specifying an archived redo log file's name. If the user does not specify CANCEL, the recovery process automatically stops when all the archived redo log files have been applied to the database.
A cancel-based recovery is usually performed when the requirement is to recover up to a particular archived redo log file. For example, if one of the archived redo log files required for the complete recovery is corrupt or missing, the only option is to recover up to the missing archived redo log file.
Rating:
Other articles
- What is database writer (DBWn)?
- What is a consistent backup?
- What is the DATABASE_PROPERTIES data dictionary view?
- What is Flashback Transaction Query?
- What is the DBMS_ADVISOR package?