Yes they are ...

To get out of the problem you can either increase the max extent limit on the RBS

Code:
ALTER ROLLBACK SEGMENT RBS0 
    STORAGE ( MAXEXTENTS UNLIMITED);
Designate some RBS to be used in the session.

Sam