Re: EBS database post upgrade - Implementing Autoconfig failed in RAC
Posted by ErmanArslansOracleBlog on Jan 25, 2023; 4:49pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/EBS-database-post-upgrade-Implementing-Autoconfig-failed-in-RAC-tp11502p11504.html
Interesting issue.. DB level.. Probably due to java files in Oracle home.
This seems like a database-java related.
Seems like there is a problem with Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files in the Oracle Home.
Ref:
Using Crypto Libraries in 12.2 DataBase For Java Calls Failing With ORA-29532 Java.Lang.NoClassDefFoundError (Doc ID 2701566.1)
Check $ORACLE_HOME/javavm/lib/security.. Especially the files US_export_policy.jar and local_policy.jar.
Compare it with another instance where you can successfully run adbldxml.pl..
Thay may be due to some patch.. A bug introduced with a patch .. Maybe due to OVJM patch.. Or maybe some missing post-patch actions.. Review how you got here, especially your OJVM related activities (if you did any).