2014-09-17 13:23:48 +02:00

4 lines
148 B
SQL

prompt eXplain the execution plan for sqlid &1
select * from table(dbms_xplan.display_cursor('&1',null,'ALLSTATS LAST +PEEKED_BINDS +PARTITION'));