ORA-29532: Java call terminated by uncaught Java exception: java.lang.OutOfMemoryError – ecx_utils.INITIALIZE
When trying to submit one of GL report end with error. The error message shows ORA-29532: Java call terminated by uncaught Java exception.
29532. 00000 – “Java call terminated by uncaught Java exception: %s”
*Cause: A Java exception or error was signaled and could not be
resolved by the Java code.
*Action: Modify Java code, if this behavior is not intended.
Which is misleading US to search for different options.
We mostly tried with db settings. While debugging further we noticed that view was embedded/Hardcoded with Prod Values . After change the value the issue got fixed.