Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: DBMS_XPLAN.DISPLAY in PL/SQL?

Re: DBMS_XPLAN.DISPLAY in PL/SQL?

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Wed, 17 Nov 2004 18:35:20 +0800
Message-ID: <419B2968.6BCE@yahoo.com>


Ibrahim DOGAN wrote:
>
> is there a way to call DBMS_XPLAN.DISPLAY within a pl/sql procedure ? if so how?
>
> thanks in advance,
> i.d.

declare
  x dbms_xplan_type_table;
begin
  x := dbms_xplan.display
end;

or thereabouts...

-- 
Connor McDonald
Co-author: "Mastering Oracle PL/SQL - Practical Solutions"
ISBN: 1590592174

web: http://www.oracledba.co.uk
web: http://www.oaktable.net
email: connor_mcdonald_at_yahoo.com

Coming Soon! "Oracle Insight - Tales of the OakTable"

"GIVE a man a fish and he will eat for a day. But TEACH him how to fish,
and...he will sit in a boat and drink beer all day"

------------------------------------------------------------
Received on Wed Nov 17 2004 - 04:35:20 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US