Java Concurrent Programs failing with Oracle error after upgrade from R12.1.3 to R12.2.5
Hi All,
We have recently upgraded the oracle EBS from R12.1.3 to R12.2.5 and database version 12c. After the upgrade all the custom java programs execution is successful but failing with below errors.
Oracle error : An unexpected system error has been detected in Application code. Please contact System Administrator for assistance.Oracle error : An unexpected system error has been detected in Application code. Please contact System Administrator for assistance.
When we compile the java program it is completing successfully and got the expected results but concurrent request failing with completed error with above issue, This is happening only after the upgrade. Seeded Java programs are working fine with out any issues.