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

3 lines
119 B
SQL

select * from table( dbms_xplan.display_cursor(null, null, 'ADVANCED +PEEKED_BINDS +ALLSTATS LAST +MEMSTATS LAST') );