WHEN NO DATA FOUND ORACLE code example Example: no data found oracle BEGIN select... into... EXCEPTION WHEN NO_DATA_FOUND THEN do_something END;