RelationalDBDesign
SiteMap
Recovery Methods
Oracle Recovery
Database Backup
Backup Options
«Prev
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
Database Recovery Scenario - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
A site has no archive logging and performs no exports, but performs weekly operating system backups with the database shut down. Choose the recovery scenario that will work in this situation.
Please select the best answer.
A.
Restore the database to the date and time of the last backup
B.
Recover an accidentally dropped table with no other data loss
C.
Recover a damaged datafile with no loss of other data
D.
Perform point-in-time recovery
2.
The purpose of the checkpoint process CKPT is to:
Please select the best answer.
A.
Trigger a checkpoint
B.
Reduce the workload on the log writer (LGWR) process
C.
Write a transaction commit entry
D.
Update datafile and control file log sequence numbers
3.
What is the first step to take to recover a NOARCHIVELOG database?
Please select the best answer.
A.
Update the control file
B.
Replace damaged or lost files
C.
Make a backup
D.
SHUTDOWN ABORT
4.
When you restore files to a different location, what do you need to do to the control files?
Please select all the correct answers.
A.
Update the new file location of all the redo log files
B.
Update the new file location of all the control files
C.
Update the new file location of all the archive log files
D.
Update the new file location of all the datafiles
E.
Update the new file location of the init.ora
5.
When your control file is restored to a different location, what must you do in order to open your database?
Please select the best answer.
A.
Edit your password file with the new location of the control file
B.
Edit your parameter file with the new location of the control file
C.
Update the new location of your control file in the database
D.
Update the new location of your control file in the archive logs