Resolving "ORA-06550: line 1, column 22: PLS-00302: component 'GET_UPGRADABLE_AGENTS_COUNT'"
The Symptom
After you apply the January 2013 PSU patch to your OMS system you get the following error any time you load an Agent-related screen in your 12c Release2 console:
ORA-06550: line 1, column 22: PLS-00302: component 'GET_UPGRADABLE_AGENTS_COUNT' must be declared ORA-06550: line 1, column 7: PL/SQL:
The Cause
Incomplete application of the patch -- you forgot to run post_deploy.sh from the patch directory.
Resolution
- Shutdown all Oracle management services in your environment. Leave the repository database up.
- Run 'opatch rollback -id 14840279' on all OMS servers
- On the primary OMS server only, execute $PATCHDIR/post_rollback.sh
0