$ errors.fyi/oracle/ORA-01403 74 namespaces · 3,092 codes
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.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT