DBMS_XPLAN

About

Dbms_xplan is a method for querying and displaying the Oracle Database - Execution/Query Plan output. It’s a function that return simply a collection, which is procedurally Oracle Database - Explain Plan output, including the supplemental information at the bottom of the report (new in Oracle9i release2)

The query :

SELECT * FROM TABLE( dbms_xplan.display)

Will perform the same function than the utlxpls.sql

Actual Plan

Using it with the V$SQL_PLAN dynamic performance view, we can easily dump the query plans for already executed statements, directly from the database : Actual Plan with DBMS XPLAN

  • Bookmark "DBMS_XPLAN" at del.icio.us
  • Bookmark "DBMS_XPLAN" at Digg
  • Bookmark "DBMS_XPLAN" at Ask
  • Bookmark "DBMS_XPLAN" at Google
  • Bookmark "DBMS_XPLAN" at StumbleUpon
  • Bookmark "DBMS_XPLAN" at Technorati
  • Bookmark "DBMS_XPLAN" at Live Bookmarks
  • Bookmark "DBMS_XPLAN" at Yahoo! Myweb
  • Bookmark "DBMS_XPLAN" at Facebook
  • Bookmark "DBMS_XPLAN" at Yahoo! Bookmarks
  • Bookmark "DBMS_XPLAN" at Twitter
  • Bookmark "DBMS_XPLAN" at myAOL
 
langage/plsql/dbms_xplan.txt · Last modified: 2010/07/20 19:11 by gerardnico