BEGIN
	delete from lob_data where lob_id = old.lob_id;
	return old;
END;