Per generar el plà d’execució

SQL
EXPLAIN PLAN FOR
SELECT ...

Per veure el resultat

SQL
SELECT * FROM TABLE(DBMS_XPLAN.DISPLAY(format => 'ALL'));