- Notifications
You must be signed in to change notification settings - Fork76
Closed
Description
The good example inG-3220 has the following exception block:
exception when e_bulk_errors then<<handle_bulk_exceptions>> for iin1..sql%bulk_exceptions.count looplogger.log(sql%bulk_exceptions(indx).error_code); end loop handle_bulk_exceptions;
The indexindx
is used instead ofi
.