fetch execution plan using sql_id

 fetch execution plan using sql_id 


set lines 500

SELECT * FROM table(DBMS_XPLAN.DISPLAY_CURSOR('<sql_id',0));


example


SELECT * FROM table(DBMS_XPLAN.DISPLAY_CURSOR('<D345G5543de',0));

Comments

Popular posts from this blog

Change Protection Mode for Active Dataguard (11GR2)

Reboot Exadata Machine

STEPS TO troubleshoot long running concurrent request in R12.2.x