This module discussed some basic concepts about performing incomplete recovery to an ARCHIVELOG database. You learned about different
situations in which incomplete recovery must be applied, different types of incomplete recovery, and how to handle recovery in different
situations.
Having completed this module, you should be able to
- Identify an incomplete recovery situation
- List incomplete database recovery steps
- Monitor recovery progress information using the alert log
- Perform a time-based recovery
- Perform a cancel-based recovery
- Use a backup control file to recover
- Recover without the current redo log
- Handle recovery through RESETLOGS
- Perform tablespace point-in-time recovery
This module introduced you to the following terms:
- Incomplete recovery: Incomplete recovery reconstructs the database as it was at a specified time before the media failure.
- Mirror online redo logs: Make frequent backups and duplex the archived log files.
- Time-based recovery: To perform a time-based recovery, you must specify a point-in-time in the process. The recovery is complete when that specified point-in-time is reached.
- Cancel-based recovery: A cancel-based recovery is performed by entering CANCEL (instead of a log file name or AUTO) at the recovery prompt.
- Change-based recovery: To perform a change-based recovery, you terminate the recovery at a specified system change number (SCN). This approach is often applied when you recover a database in a distributed environment.
- Alert log file: The alert log file is a special trace file for a database. It chronologically records messages and errors about database operations, such as internal errors, block corruption errors, and information about administration operations,
including database recovery.
- Tablespace point-in-time recovery (TSPITR): Tablespace point-in-time recovery (frequently abbreviated as TSPITR) refers to a recovery of all datafiles in a tablespace to a specific time.
The next module shows you how to maintain redo log files and introduces recovery situations that occur only infrequently.