Which statement is true regarding the startup of a database instance?
Which statement is true regarding the startup of a database instance?
The correct statement regarding the startup of a database instance is that instance recovery is not required if the database instance was shut down by using SHUTDOWN IMMEDIATE. When using SHUTDOWN IMMEDIATE, any active transactions are rolled back, and the database is closed and dismounted cleanly, ensuring that the instance does not require recovery upon the next startup.
E is correct