set current sqlid = 'A540769';
delete from plan_table;
explain plan set queryno = 2 for
select count(*), min(ix), max(ix)
from A540769.vPer05Union
where da between '30.05.2011' and '02.06.2011'
;
select * from plan_view2
order by applname, progname, queryNo, qblockno, planno
;
select count(*), min(ix), max(ix)
from A540769.vPer05Union
where da between '30.05.2011' and '02.06.2011'
;
rollback;