Oracle Database 12c: Installation and Administration — Question 242

You have just completed a manual upgrade of an Oracle 11g Database to Oracle Database 12c.
The Post-Upgrade Status Tool reports an INVALID status for some of the components after the upgrade.
What must you do first in this situation to attempt to fix this problem?

Answer options

Correct answer: D

Explanation

The correct answer is D, as running utlrp.sql is necessary to recompile any invalid PL/SQL and Java objects after the upgrade, which is a standard procedure. Options A and B do not address the need for recompilation, while option C is not the first necessary step to resolve the INVALID status.