oracle8.1.6 declare begin notification.del(:notification_id); end; update notifications set notif_html = empty_clob(), notif_text = empty_clob() where notification_id = :notification_id returning notif_html, notif_text into :1, :2