oracle · oracle/ORA-01403
ORA-01403
no data found
A SELECT INTO statement returned no rows, or a FETCH from a cursor returned nothing. In PL/SQL this is a catchable exception. Handle it with a WHEN NO_DATA_FOUND EXCEPTION block, or use a cursor loop that naturally handles empty result sets.