RelationalDBDesign
SiteMap
Recovery Methods
Oracle Recovery
Database Backup
Backup Options
«Prev
Next»
Database Backup
Physical Backups Archiving
Database Backup Concepts
OS Backup Options
Closed Database Backups
Performing Closed DB Backup
Open Database Backups
Open DB Backup Options
Performing Open DB Backup
Backingup Control File
Monitoring Open DB Backup
Logging nologging Modes
Read Only Backups
Physical Backups Conclusion
Noarchivelog Mode Recovery
Identify Required Structures
Restoring Noarchivelog
DB Recovery Implications
Recovering NoArchivelog DB
Restoring Files
Noarchivelog Recovery
Recovery with Archiving
Identifying Instance failure Implications
Listing Different Recovery Methods
Complete Recovery Operation
Closed Database Recovery
Recovering Initially Open
Recovering Initially Closed
Archivelog DB Recovery Conclusion
Archiving Incomplete Recovery
Identifying Incomplete Recovery
Different Incomplete DB Recovery
Incomplete DB Recovery Steps
Monitoring Oracle Recovery Progress
Cancel Based Recovery
Backup Controlfile to Recover
Recovering without current RedoLog
Performing Recovery through Resetlogs
Point-in-time Recovery Concepts
Performing Incomplete Recovery
Infrequent Recovery Situations
Clearing Corrupt Online Redo log Files
Recovering Database with Inactive redoLogs
Clearing Corrupt Online Redo log Files
Recreate Redo Log Files
Monitoring Recovery Status
DB Downtime Prevention
Parallel Recovery Operations
ReadOnly Tablespace Recovery
Restoring Database - Quiz
Required data structures for restore and recovery
Each question is worth one point. Select the best answer or answers for each question.
1.
What are the tasks you should perform to recover a database?
Please select all the correct answers.
A.
Export the data from the database into an operating system file
B.
Copy the backup files to the original file directory using the operating system
COPY
command
C.
Make the restored files current by issuing the
RECOVER
command
D.
Edit init.ora files and password files
2.
What are the required data structures to restore a NOARCHIVELOG database?
Please select all the correct answers.
A.
All datafiles
B.
All online redo logs
C.
All redo logs
D.
Control files
E.
Archive redo logs
3.
Why are rollback segments important to database recovery?
Please select all the correct answers.
A.
To undo any uncommitted changes applied from the redo log to the datafiles
B.
To reconstruct the lost information
C.
To make sure the data is in a consistent state
D.
To ensure that Oracle starts reading the log threads for the redo application at the correct point