Oracle Database 12c: Installation and Administration — Question 227

Which statement is true regarding the startup of a database instance?

Answer options

Correct answer: E

Explanation

The correct answer is E because when a database instance is shut down using SHUTDOWN IMMEDIATE, it ensures that all active transactions are completed and no recovery is needed upon startup. Options A, B, C, and D are incorrect because they suggest scenarios where recovery is required or imply that there is no difference in shutdown methods, which is not true in the context of immediate shutdowns.