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!
Hi,
I want to update a table having 10million records.
It is a simple update, but as the roll back segment area is limited i wanted to update them in multiple chunk i.e 1lac record each and commit.
how do i do that.
Thanks.