Oracle Database 12c: Advanced Administration — Question 182

As part of a manual upgrade process, after installing the software for Oracle Database 12c and preparing the new Oracle home, you shut down the existing single- instance database.
Which step should you perform next to start the upgrade of the database?

Answer options

Correct answer: C

Explanation

The correct answer is C, as using the STARTUP UPGRADE command prepares the database for the upgrade and gathering fixed object statistics helps optimize the recompilation process. Options A and B involve scripts that are not the correct next step after shutting down the database, and option D does not mention gathering statistics, which is essential for minimizing downtime during the upgrade.