begin execute immediate 'create table t1 (f1 number)'; for rec in (select * from t1) loop null; end loop; end;