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 -> Q: batch delete in an oltp environment ?

Q: batch delete in an oltp environment ?

From: <tedchyn_at_yahoo.com>
Date: Mon, 21 Feb 2000 21:34:55 GMT
Message-ID: <88sb1u$msq$1@nnrp1.deja.com>


Sir, I have two tables. trans table contains unsettled transaction. archived table constain settled transaction. a batch process select from trans and settle them. after settlement, these rows will transfer to archived table by inserting into archive table and delete from trans table.
mass deletion settled transaction from trans table have performance impact on the incoming transaction(insert into trans).

Qestion, is there an alternative to this solution ?

thanks in advance
ted chyn

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Mon Feb 21 2000 - 15:34:55 CST

Original text of this message

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