4 lines
148 B
SQL
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'));
|