Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Does Explain Plan really execute the query?
"David" <david_at_yahooo.com> wrote in message news:<ah3uv6$kob2_at_imsp212.netvigator.com>...
> Hi all,
>
> When I use Explain Plan to obtain the execution plan of a query, does
> this query actually execute? If not, how Oracle knows the execution plan of
> a query?
>
> Thanks,
> David
No, explain plan does not execute the query in order to display the plan, but the SQLPlus command autotrace does.
See the chaper on explain plan in the Performance and Tuning Manual for more information.
HTH -- Mark D Powell -- Received on Wed Jul 17 2002 - 13:24:36 CDT
![]() |
![]() |