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: explain plan from pl/sql ?

Re: explain plan from pl/sql ?

From: Daniel Roy <danielroy10junk_at_hotmail.com>
Date: 5 Nov 2003 13:45:08 -0800
Message-ID: <3722db.0311051345.40bbc3f8@posting.google.com>


Explain plan itself won't work from PL/SQL. But turn on tracing for your session, run your PL/SQL, run tkprof on the trace file and you should see the exec plan there.

Daniel

> is it possible to run "explain plan" command within a PL/SQL block ?
>
> thanks,
> i.d.
Received on Wed Nov 05 2003 - 15:45:08 CST

Original text of this message

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