A Java external stored procedure must not call System.exit() or any similar methods. Any attempt to terminate or halt the currently running Java Virtual Machine by calling System.exit() or similar methods generates an error.
A Java external stored procedure must not call System.exit() or any similar methods. Any attempt to terminate or halt the currently running Java Virtual Machine by calling System.exit() or similar methods generates an error.