| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> can uncommited update influence the performance of select???
Cases like this are not normally repeatable: if the process were run again,
it is
unlikely that another transaction would interact with it in the same way.
SELECT name_id
FROM cq_names
WHERE name = ¡¯FLOOR¡¯;
call count cpu elapsed disk query current rows
---- ----- --- ------- ---- ----- ------- ----
Parse 1 0.10 0.18 0 0 0 0 Execute 1 0.00 0.00 0 0 0 0 Fetch 1 0.11 0.21 2 101 0 1
***************************************************************************
how to explain the example??
thks Received on Fri Mar 28 2003 - 07:57:59 CST
![]() |
![]() |