sql exception nodata found code example Example: no data found oracle BEGIN select... into... EXCEPTION WHEN NO_DATA_FOUND THEN do_something END;