Create a big rollback segment rb_seg_name ( this you can guess as per the data size you are moving)

SET TRANSACTION USE ROLLBACK SEGMENT rb_seg_name

Then start moving data.

I hope the above thing works