Oracle Error Message
ORA-29515: exit called from Java code with status string
Reason for the Error
Java code included a call to java.lang.Runtime.exitInternal.
Solution
Do not include this call unless non-local exit is desired.
ORA-29515: exit called from Java code with status string
Java code included a call to java.lang.Runtime.exitInternal.
Do not include this call unless non-local exit is desired.