EBS 12.2.12 Patch 33527700 Failed With Error "ORA-04063: package body "APPS.FND_VAULT" has errors"
(Doc ID 2971232.1)
Last updated on DECEMBER 01, 2024
Applies to:
Oracle Applications DBA - Version 12.2.12 and laterInformation in this document applies to any platform.
Symptoms
Upgrading E-Business Suite (EBS) application from version 12.2.4 to 12.2.12 by applying the 12.2.12 patch 33527700. The upgrade patch has failed during apply phase due to errors in package body "APPS.FND_VAULT".
ERROR
----------
The following errors are recorded in the patch log file u33527700.log:
Error: Unable to execute statement <
Begin
ad_jar.get_jripasswords(:l_storepass, :l_keypass);
End;
> len = 63
AutoPatch error:
ORA-04063: package body "APPS.FND_VAULT" has errors
ORA-06508: PL/SQL: could not find program unit being called: "APPS.FND_VAULT"
ORA-06512: at "APPS.AD_JAR", line 19
ORA-06512: at line 3
AutoPatch error:
Unable to get passwords from Vault
Begin
ad_jar.get_jripasswords(:l_storepass, :l_keypass);
End;
> len = 63
AutoPatch error:
ORA-04063: package body "APPS.FND_VAULT" has errors
ORA-06508: PL/SQL: could not find program unit being called: "APPS.FND_VAULT"
ORA-06512: at "APPS.AD_JAR", line 19
ORA-06512: at line 3
AutoPatch error:
Unable to get passwords from Vault
STEPS
----------
1. Source the application tier Run file system.
2. Run adop prepare phase and then apply patch using below command:
$ adop phase=apply patches=33527700
Changes
Upgrade from EBS 12.2.4 to 12.2.12.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |