oracle no_data_found example Example: no data found oracle BEGIN select... into... EXCEPTION WHEN NO_DATA_FOUND THEN do_something END;