Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Re[2]: Physics of the FILTER operation within SQL_PLANE.
Jonathan,
>You can also play around with v$sql_workarea to get some idea
>of what big operations have used a lot of CPU (rather than
>hammering v$sql - which is a bit labour intensive and latch-
>unfriendly in a highly concurrent system).
I thought that queries on v$sqlarea were to be avoided in favour of v$sql since the former requires a group by on x$kglcursor while the latter is a simple select on x$kglcursorr? Would that not prolong the query and increase the chances of latch contention when v$sqlarea is queried instead of v$sql? [I checked this on 8.1.7, 9.2.0.4 and 10.1.0.20.]
Thanks for all your (very valuable) inputs to this list! John Kanagaraj
-- 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 Wed Jun 30 2004 - 22:52:14 CDT
![]() |
![]() |