I am executing a stored procedure in order to perform some nightly maintenance on the database. Which is Oracle 11.2.0.3.0.
The procedure uses RMAN to perform a daily backup, the backup finishes but I get the error:
ORA-29532: Java call terminated by uncaught Java exception: java.lang.IllegalThreadStateException: process hasn't exited
This causes the backup to be restarted and the stored procedure enters a loop state.
This procedure runs a several other machines without any issues. I've checked Oracle trace logs but no error where recorded there.
What can be the cause of this? Please assist.