1: 2: 3: 4: 5: 6: 7:
BEGIN ---- <code> EXCEPTION WHEN OTHERS THEN --- log the error - what exactly can be do here? ROLLBACK; END;