Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: ((Re)): Really Wierd Query tuning issue
just to add my two cents, an additional reason why SQL*Plus AUTOTRACE is
sometimes less reliable than EXPLAIN PLAN is the fact that AUTOTRACE uses a
second (separate) session for statistics collection.
Kind regards,
Lex.
-----Original Message-----
10046 trace (also KST trace) is the ultimate source for information, since it is a trace - the actual operations are logged instead of simulated or replayed in possibly different environment like with explain plan and autotrace (yes, autotrace uses explain plan)
So, trust 10046 and forget about explain plan, this is mostly for development & experimental environments...
Tanel.
![]() |
![]() |