Hi,

You can query the DBA_ROLLBACK_SEGS to verify the initial, next extent sizes. If they are different for different segments then you will have fragmentation. Then it would be a good idea to recreate the RBS tablespace & segments. You can minimize/loadbalance the datafiles to distribute I/O.

Baliga