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 -> Re: Can't delete 60000 records at a time

Re: Can't delete 60000 records at a time

From: Chris Kempster <c.kempster_at_cowan.edu.au>
Date: 1998/05/20
Message-ID: <6ju0c9$493$1@news.cowan.edu.au>#1/1

Alternatively, write a small stored procedure to remove the records in batches.

If you are using this command:

>set transaction use rollback segment ???;

always do a COMMIT; before it as this will force your session to clear any active transactions from rollback before you start the delete.

Regards

Chris. Received on Wed May 20 1998 - 00:00:00 CDT

Original text of this message

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