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
Recovering a NOARCHIVELOG Database - Quiz
Select the best answer or answers for each question.
1.
Recovering a NOARCHIVELOG database allows you to recover the database:
Please select the best answer.
A.
To the point in time of the DBA's choice
B.
To the point in time when media failure occurs
C.
To the point in time when the last backup was made
D.
To the point in time before the data was lost
2.
What are the disadvantages of recovering a NOARCHIVELOG database?
Please select all the correct answers.
A.
It is very time consuming.
B.
You have to create a complex script to perform the procedure.
C.
You have to inform users to reapply the data since the last backup.
D.
It is necessary to restore all the files even if only one file is corrupted.
3.
When you start to recover a NOARCHIVELOG database, you have to shut down the database properly. What shutdown option can be used?
Please select the best answer.
A.
SHUTDOWN IMMEDIATE
B.
SHUTDOWN RESTRICTED
C.
SHUTDOWN ABORT
D.
SHUTDOWN NORMAL