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 -> Re: Reading records in a multi-threaded environment..

Re: Reading records in a multi-threaded environment..

From: Phil Bradley <pbradley_at_pacific.net.sg>
Date: 1998/11/22
Message-ID: <3658240E.59AD5526@pacific.net.sg>#1/1

Basically, it can not be done. max(count/timestamp) is a property of the entire table. Hence, for this to work you must lock the entire table. Hence, you can not have concurrent transactions performing this operation.

Phil Bradley

>
Received on Sun Nov 22 1998 - 00:00:00 CST

Original text of this message

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