Lesson 7
NOARCHIVELOG Recovery Conclusion in Oracle
In this module you learned about the concept of recovery and the required data structures to restore a NOARCHIVELOG database.
The implications of recovery without archiving were explained as well as the steps to recover a database without archiving when a media failure occurs.
Having completed this module, you should be able to:
Identify data structures required for restore
- Identify data structures required for recovery
- Describe the implications of recovering a NOARCHIVELOG database
- Recover a database in NOARCHIVELOG mode
- Restore files to a different location if media failure occurs
Glossary
This module introduced you to the following terms:
- Restore: To restore means to bring back an original copy of a file from backup by issuing the operating system COPY command.
Before recovery is performed, you need to restore the database.
- Recover: To recover means to make all the restored files current to the same point in time.
- Rolling forward: The process of recovering datafiles and control files by applying the redo logs is also known as rolling forward.
- Log Writer (LGWR): Log Writer writes Redo Entries into the online redo logs. After a log fills, a log switch occurs.
A minimum of two online redo logs is required by LGWR. Each log switch causes a new log sequence number to be used and assigned to the current log file.
In the next module, you will learn how to recover a database running in ARCHIVELOG mode. Before you go on to the next module,
use the following Quiz and Exercise to check your understanding of the concepts presented in this module.
Oracle RMAN Backup and Recovery
Recovery Scenario - Quiz
Click the Quiz link below to review your understanding of recovering a database without archiving.
Recovery Scenario - Quiz
Backup Recover Database
Click the Exercise link below to practice the steps in recovering a NOARCHIVELOG database.
Conclusion - Exercise
For additional practice in recovering a NOARCHIVELOG database, try the
On Your Own exercise.