Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: ((Re)): Really Wierd Query tuning issue
> be sure about the plan or want the details by rowsource in the plan I use
> sqltrace and tkprof, or, increasingly, when using Oracle9, v$sql_plan and
> v$sql_plan_statistics.
Same here, but with relying on v$sql_plan in production environments, there's one potential threat, that if the statement gets invalidated or the execution plan aged out from shared pool for some reason, next user parsing the query might cause a different execution plan to be compiled...
Tanel.
-- 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 Fri Aug 13 2004 - 08:27:15 CDT
![]() |
![]() |