Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to delete rows in chunks?

672680Jul 20 2009 — edited Jul 21 2009
How to delete 12,33,200 rows in oracle table ?
I want to delete 10000 rows each time, otherwise, my rollback segment is not large enough to handle it.
So, is there any way or any easy way to do it?

Is there anyway to do this in one sql statement? I assume no. Correct me if I am wrong:-)

Thanks in advance!

Edited by: PhoenixBai on Jul 21, 2009 10:39 AM
This post has been answered by Billy Verreynne on Jul 21 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 18 2009
Added on Jul 20 2009
4 comments
5,125 views