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: Deleting 14 Lac rows

Re: Deleting 14 Lac rows

From: Saurabh Pathak <s.pathak_at_insightbb.com>
Date: Sun, 31 Oct 2004 17:33:55 GMT
Message-ID: <7m9hd.28522$HA.6987@attbi_s01>


write a pl/sql blocak and do commit every 5000 rows is the only option ..

Saurabh
"Amit Kaushal" <amit_at_billdesk.com> wrote in message news:4c63c8fc.0410310754.35cbbc61_at_posting.google.com...
> Hi,
>
> I have an oracle 8.0.6 database running on solaris 2.6
>
> I have to delete 14 lac rows from a table. When i begin deleting,
> after some time i get an error accordin to which my rollback segments
> have run out of space.
> How do i do a commit say after every 5000 rows have been deleted.
>
> I do not want to drop the segments and create a new one and then
> assign the delete transaction to the new rbs.
>
> Pls advice
> TIA
> amit kaushal
Received on Sun Oct 31 2004 - 11:33:55 CST

Original text of this message

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