Created
April 1, 2016 14:39
-
-
Save ryanthames/1dac69af070b035a224eda7a6c96010a to your computer and use it in GitHub Desktop.
Oracle - Display execution plan of cached sql (https://app.pluralsight.com/library/courses/oracle-performance-tuning-developers/table-of-contents)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- REPLACE <<sql id>> with actual sql id | |
| select plan_table_output from table(dbms_xplan.display_cursor('<<sql id>>', null, 'typical')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment