Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Tuning a series of batch statements
I have a series of batchjobs that all access the same record in the same
table. Each on increments
the value of a counter. The statment looks something like this
update THETABLE set COUNTER = :1 where ... commit;
I have a total to 20 processes all issueing this statment. As a result,
the application is in a constant
enqueue wait. I'm looking for some suggestions on what I can do.
Of specific help would be knowing exactly what has to happen after the
update and commit before
the next process can update that record. Here's what it might be:
Does anyone know the exact sequence? If so, that would point me in the
right direction for tuning this
application.
Myron Wintonyk
University of Queensland
Brisbane Queensland
Australia
Received on Wed Jan 10 2001 - 22:52:09 CST
![]() |
![]() |