How are you loading the data? Can you use the direct=true mode
of the sqlldr
tool? If so, you can in fact bypass both redo and undo (if the
database is in
noarchivelog mode).
Can you give us more info about exactly how you are loading the data?
AFAIK you cannot disable every rollback segment before loading because
the
loading needs some rollback information.
I experienced Oracle creating rollback information much larger than
the
data being loaded. So you might increase the size of your rollback
segments.
Annother option is to use direct path load with the unrecoverable option.
This way only minimal rollback information is written.
Hope that helps,
Lothar