Files
oracle/star/xlast.sql
T

5 lines
233 B
SQL
Raw 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'));