Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: performance problem : tkprof show many fetches with high elapsed time
>
> that's not correct, your query should return exactly the number of
> records in the table if ID is unique.
> Well, it does.
>
Yes, sorry my mistake... it should return the row count (not 1) if ID is unique.
My only advice is to log a TAR with Oracle support, because its obvious that you are updating too many rows.
One other thing you could try is running tkprof with aggregate=n
This should show each individual update rather than aggregating all 12 together in the same output.
Matt Received on Fri Jan 05 2007 - 05:29:28 CST