Managing The Redo Log MCQ
Managing The Redo Log MCQ
1. In which parameter used in the CREATE DATABASE statement determines the maximum number of groups of redo log files for each database?
Answer
Correct Answer:
MAXLOGFILES
Note: This Question is unanswered, help us to find answer for this one
2. When speaking in the context of multiple database instances, the redo log for each database instance is also referred to as a?
Answer
Correct Answer:
Redo thread
Note: This Question is unanswered, help us to find answer for this one
3. Which mode protects a database from instance failure but not from media failure?
Answer
Correct Answer:
NOARCHIVELOG MODE
Note: This Question is unanswered, help us to find answer for this one
4. In Redo Log Information which view Identifies redo log groups and members and member status?
Answer
Correct Answer:
V$LOGFILE
Note: This Question is unanswered, help us to find answer for this one
5. The minimum size permitted for a redo log file is?
Note: This Question is unanswered, help us to find answer for this one
6. Redo log files that are no longer required for instance recovery are called?
Answer
Correct Answer:
Inactive Redo log files
Note: This Question is unanswered, help us to find answer for this one
7. A log switch is the point at which the database starts writing to one redo log file and begins writing to another?
Note: This Question is unanswered, help us to find answer for this one
8. Which of these statements overcomes two situations where dropping redo logs is not possible?
Answer
Correct Answer:
If there are only two log groups And The corrupt redo log file belongs to the current group
Note: This Question is unanswered, help us to find answer for this one
9. Which log shows the following statement?
ALTER SYSTEM SWITCH LOGFILE;
Answer
Correct Answer:
Forces a log switch
Note: This Question is unanswered, help us to find answer for this one
10. If the ARCHIVE_LAG_TARGET initialization parameter is set to a very low value, there can be which impact on performance?
Note: This Question is unanswered, help us to find answer for this one