Skip to content

Instantly share code, notes, and snippets.

@RichVRed
Forked from ryanthames/display_exec_plan.sql
Created April 28, 2017 23:56
Show Gist options
  • Select an option

  • Save RichVRed/a607f14bbc0361e0808cbc66e194c719 to your computer and use it in GitHub Desktop.

Select an option

Save RichVRed/a607f14bbc0361e0808cbc66e194c719 to your computer and use it in GitHub Desktop.
-- 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