The code within the "Catch" block is not executing when I get an exception. The flow stops executing, by just displaying an oracle error message.
It looks like I have to handle the problem in the OnArrayError event. The only way to keep executing the FOR loop is by setting "Continue = true; "