Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: explain plan from pl/sql ?
idogan_tech_at_yahoo.com (Ibrahim DOGAN) wrote in message news:<6bf58828.0311050646.44eb8cbb_at_posting.google.com>...
> is it possible to run "explain plan" command within a PL/SQL block ?
>
> thanks,
> i.d.
What about this:
begin
execute immediate 'explain plan for select * from dual';
end;
/
Regards
Thomas
Received on Wed Nov 05 2003 - 23:48:28 CST
![]() |
![]() |