Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Tuning a series of batch statements

Tuning a series of batch statements

From: Myron Wintonyk <mwintony_at_med.ualberta.ca>
Date: Thu, 11 Jan 2001 14:52:09 +1000
Message-ID: <3A5D3BF9.62AE0709@med.ualberta.ca>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US