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

Home -> Community -> Usenet -> c.d.o.misc -> maximum insert prior to commit

maximum insert prior to commit

From: Mark Walter <mlwalter_at_wwa.com>
Date: 1997/06/05
Message-ID: <5n765h$3s2$2@kirin.wwa.com>#1/1

Anyone know what the maximum insert one can do prior to doing a commit? Is this dependence on the amount of rollback segment?

What are other alternatives that has been implemented to being able to rollback a large amount of insert? One suggestion has been to create a temporary
table and do a commit on the temporary table after each insert. if the user decides to commit the changes then the records are copied into the production table. otherwise the records in the temporary table are deleted.

Any solution/ideas?
Mark Walter
markw_at_fujiamerica.com Received on Thu Jun 05 1997 - 00:00:00 CDT

Original text of this message

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