Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> exclusive row locks on the same table
8.1.6
I had three programs run into each other today. They all locked rows in the same table with a ROW EXCLUSIVE lock when updating a number of rows. Specifically, the first program uses one or two bind variables in each of three different UPDATE statements. It needed to run each statement >100,000 times.
The second program (and third) came in (no binds) and tried running an UPDATE statement on one of the three tables. They CONNECTed between 100 and 200 times (each UPDATE having its own process). (Normally, these happen far enough apart not be run at the same time.)
There were three things that I had a hard time with.
Brian Received on Wed Jan 02 2002 - 12:41:46 CST
![]() |
![]() |