RelationalDBDesign
SiteMap
Recovery Methods
Oracle Recovery
Database Backup
Physical Backups
«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
Monitoring Database Backup using Oracle - Quiz
Each question worth one point. Select the best answer or answers for each question.
1.
Choose three occasions when the control file must be backed up:
Please select all the correct answers.
A.
After creating a table
B.
After changing to ARCHIVELOG
C.
After every log switch
D.
After adding a datafile to a tablespace
E.
After changing to NOARCHIVELOG mode
2.
Which of the following commands creates a text command file that can be used to create a new control file?
Please select the best answer.
A.
ALTER DATABASE BACKUP CONTROLFILE TO TRACE
B.
ALTER DATABASE BACKUP CONTROLFILE TO 'c:\backup\control.bak'
C.
ALTER DATABASE ARCHIVELOG
D.
ALTER SYSTEM SWITCH LOGFILE