Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Excessive fetching
>> Now when a run a 10046 level 12 trace on my test program (which does
1000
>> such inserts) I see that it executes the SELECT 1000 times but fetches
>> 2000.
>Mike,
>
> I don't know the answer to your question, but I would like to
> see a snippet of the trace file showing the extra fetches.
>
> Jared
Here's the snipet:
SELECT my_clob
FROM
my_table WHERE id = :1 FOR UPDATE
call count cpu elapsed disk query current rows
Misses in library cache during parse: 0
Optimizer goal: CHOOSE
Parsing user id: 66
-Mike
-- 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 May 07 2004 - 13:21:13 CDT
![]() |
![]() |