execute immediate - execution stop on "no data found"
673165Oct 12 2009 — edited Jul 12 2012execute immediate v_sql
into v_georaster
using p_prin_id;
On a "no data found" exception, execution seems to stop. No error is thrown. If I wrap a begin/exception/end block around I can catch the error.
11gr1 patch7
Is this fixed in 11gr2?