You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The good example in G-3220 has the following exception block:
exception
when e_bulk_errors then
<<handle_bulk_exceptions>>
for i in1..sql%bulk_exceptions.count
loop
logger.log(sql%bulk_exceptions(indx).error_code);
end loop handle_bulk_exceptions;