Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> 'latch free'
Hi,
I am running a simple update on a table and it's just running forever. When I run on a small set of data, it runs fine. But when I run it on a large set of data, it simply hangs.
Query from the v$ tables are as follows:
SQL>select event from v$session_wait where sid=13;
EVENT
SQL> select * from v$session_event where sid=13;
SID EVENT
---------- ----------------------------------------------------------------TOTAL_WAITS TOTAL_TIMEOUTS TIME_WAITED AVERAGE_WAIT MAX_WAIT ----------- -------------- ----------- ------------ ----------
13 SQL*Net break/reset to client 19 0 0 0 0
Two things are confusing, if the query is running, why I am seeing " SQL*Net break/reset to client" and what exactly causing it to wait for latch free. There is nothin else running on the server except this update.
Any help will be appreciated.
Share information about yourself, create your own public profile at Received on Fri Nov 03 2000 - 20:48:46 CST