Files
oracle/star/xlast.sql

6 lines
234 B
MySQL
Raw Permalink Normal View History

2026-03-12 21:23:47 +01:00
prompt Display execution plan for last statement for this session from library cache...
select * from table(dbms_xplan.display_cursor(null,null,'ALLSTATS LAST +ALIAS +PEEKED_BINDS +PARALLEL +PARTITION +COST +BYTES +HINT_REPORT'));