Oracle Database Administration II — Question 144

Which two are true about Oracle instance recovery? (Choose two.)

Answer options

Correct answer: E, F

Explanation

The correct answers E and F accurately describe the recovery process in Oracle. E states that recovery starts from the last checkpoint recorded in the control file, which is essential for ensuring data consistency. F correctly details the process of reading redo logs until the end of the thread and the role of SMON in rolling back dead transactions before opening the database. Options A, B, C, and D do not accurately reflect the mechanisms involved in instance recovery.