Skip to content

Instantly share code, notes, and snippets.

@ringoluo
Created May 5, 2016 15:02
Show Gist options
  • Save ringoluo/04b68652a5e6accb487c9df994ffdea9 to your computer and use it in GitHub Desktop.
Save ringoluo/04b68652a5e6accb487c9df994ffdea9 to your computer and use it in GitHub Desktop.
EXPLAIN SQL EXECUTION PLAN FOR ORACLE
Explain plan for SELECT * FROM MY_TABLE;
SELECT * FROM TABLE(DBMS_XPLAN.DISPLAY);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment