I am not certain on this, but I believe you will have to do the following:
alter rollback segment segment_name offline;
drop rollback segment segment_name;
create rollback segment segment_name tablespace ROLLBACK online;
(You have to specify more parameters here like storage and such - see the
syntax guide for assistance);