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
Performing Database Backup - Quiz
Each question is worth one point. Select the best or answers for each question.
1.
Choose two advantages of an open ARCHIVELOG database backup over a closed NOARCHIVELOG database backup.
Please select all the correct answers.
A.
Takes less time than a cold backup
B.
Requires less training
C.
Allows recovery to point-in-time
D.
Can be done at the tablespace or the datafile level
2.
The command ALTER TABLESPACE <tablespacename> BEGIN BACKUP; performs which of the following actions:
Please select the best answer.
A.
Begins making a backup copy of the tablespace file <tablespacename>
B.
Prevents writes to tablespace <tablespacename> until the backup is complete
C.
Can be done if the database is in NOARCHIVELOG mode
D.
Causes a checkpoint and freezes the datafile header(s) for tablespace <tablespacename>
3.
Which view can be used to determine the files that need to be backed up for a given tablespace?
Please select the best answer.
A.
DBA_TABLESPACES
B.
V$DATABASE
C.
DBA_DATA_FILES
D.
V$DATABASE