-
-
Save RichVRed/a607f14bbc0361e0808cbc66e194c719 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