Hi

Create a huge table space, create a rollback segment with initian and next say 500M min extents 5 make the optimal as 2 GB.

and before the update give the command

set transaction rollback segment segment_name;

this will make sure that you use only this rollback segment that you have just created.

Regards
Amar