If you are thinking like using specific rollback segment for you big trasaction. Its not going to work like that. You can't mention your tablespace deaulted to what you want at the time of running query.

You have to default it particular tablespace and run the query and it will be effective even after running the query until you change it back using "ALTER USER" command.

Hope this helps.