if I plan to add more rollback segments. should I enlarge tablespace
also? I
calculate my current rollback seg: max_extents * db_lock * 10 >
rollback_seg_tablespace.
A rollback segment will not allocate a new segment if a particular segment
is marked stale. So if a second transaction is using the same
rollback
segment it might end up using a stale segment from a large select that
you
might call later.