Files
oracle/Kevin_Meade/showplan11gshort.sql
2026-03-12 21:23:47 +01:00

9 lines
250 B
SQL

--
-- dump the most recent plan in the plan_table
-- but do not include lesser used sections of the plan
--
-- usage is: @SHOWPLAN11GSHORT
--
select * from table(dbms_xplan.display('PLAN_TABLE',NULL,'ADVANCED -projection -outline -alias'));