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 -> Delete/Insert and high number of concurrent users

Delete/Insert and high number of concurrent users

From: Gautrak <gautrak_at_yahoo.com>
Date: 19 Sep 2004 09:25:16 -0700
Message-ID: <76ceef56.0409190825.240ff9a8@posting.google.com>


Hi,
Oracle version : 9.2

A transaction, in addition to other statements, involves first deleting all records belonging to that userid and then insert fresh set from another table.
The database must be able to support large number of users, each with own userid, performing this transaction.

I believe this is not a good design but have no control on this part.

To ensure that these delete statements do not result in any bottlenecks, what should be the focus areas.

Thanks and regards,
Gautrak Received on Sun Sep 19 2004 - 11:25:16 CDT

Original text of this message

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