Hi
You should redesign the jobs with main/child job structure:
main:
tLoop--iterate--tRunJob--main--tJavaRow
on tJavaRow: check the iteration number, receive the status from child job and define the value of
context.continueLooping
tRunjob: call the child job and pass the connection status to main job, uncheck the 'die on error' option.
child job:
tOracleconnection
-onsubjobok--tFixeFlowinput--main--tBufferoutput (pass status to main job)
-onsubjoberrorr--tsleep--oncomponentok--tfixedFlowInput--main--tBufferoutput (pass status to main job)
Regards
Shong