RelationalDBDesign
SiteMap
Recovery Methods
Oracle Recovery
Database Backup
Incomplete Recovery
«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
Basic Concepts Incomplete Recovery[Backup] - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
Incomplete recovery of an ARCHIVELOG database becomes necessary in which of the following situations?
Please select all the correct answers.
A.
Some tables are removed accidentally from the database
B.
A complete recovery failed because some of your archived logs are corrupt
C.
The database cannot be started because the parameter file is damaged
D.
The current redo log is accidentally dropped
2.
Time-based recovery is appropriate for which of the following situations?
Please select the best answer.
A.
Some of the archived logs needed for recovery are lost
B.
A database needs to be built to a certain point-in-time with a different structure from the current one
C.
The current redo log is corrupt and it is impossible to find when it was damaged
D.
The approximate time is known when some bad data was committed to the database
3.
Which of the following is true about an incomplete recovery?
Please select all the correct answers.
A.
The incomplete recovery can only be applied to an ARCHIVELOG database.
B.
All the datafiles from the backup must be restored for an incomplete recovery to be successful.
C.
The incomplete recovery is performed while the database is started with the open option.
D.
A whole database backup must be performed before and after each incomplete recovery.