8 lines
163 B
SQL
8 lines
163 B
SQL
--
|
|
-- dump the most recent plan from the plan_table
|
|
--
|
|
-- usage is: @SHOWPLAN11G
|
|
--
|
|
|
|
select * from table(dbms_xplan.display('PLAN_TABLE',NULL,'ADVANCED'));
|