As a result of this Oracle won't start, I'm assuming that this is because
of
the missing files. Is there any way for me to start Oracle without
the
rollback files and recreate them? Or is there another solution.
I think you can proceed this way.
1) Modify your init.ora and remove the entry for those rollback segments.
2) Mount the database and do
alter database datafile offline drop;
3) May be you have to drop the tablespace also once you open the database.
I
dont remember exactly.
You wont be able to recover anything, but atleast you can open your
database.