Oracle Solution for Error ora-29515

Solution for Oracle Error ORA-29515

ORA-29515: exit called from Java code with status string

What triggered the Error:

Java code included a call to java.lang.Runtime.exitInternal.

What should we do to fix it:

not include this call unless non-local exit is desired.