Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Slow UPDATE
But if you don't specify EXPLAIN= option then tkprof will read the
execution plans directly from STAT lines in the tracefile. Tracefile is the
ultimate source of information - even V$SQL_PLAN may lie, in case the child
cursor has been invalidated or aged out and reparsed by a session using
different parameters or object semantics...
Tanel.
> Never mind, did some RTFMing, and yes, using the EXPLAIN=3D option will
> not always=20
> result in the correct plan that was actually used.
>
>
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Tue May 18 2004 - 10:09:34 CDT
![]() |
![]() |