2026-03-12 20:23:15
This commit is contained in:
8
Kevin_Meade/showplan11gshort.sql
Normal file
8
Kevin_Meade/showplan11gshort.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
--
|
||||
-- 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'));
|
||||
Reference in New Issue
Block a user