|
Re: Rollback Segments: initial and next sizes [message #60131 is a reply to message #60124] |
Sat, 17 January 2004 05:46 |
Thiru
Messages: 1089 Registered: May 2002
|
Senior Member |
|
|
Extents in Rollback segments unlike Table/Index/Sort segments are used in circular fashion and hence we do not need a linear(or any sort of) growth induced by non-zero pctincrease(not that we need this in other segment types!).
Also note that the extents in rollback segments get allocated/deallocated (if you use optimal or a dbms_job or manual etc) more frequently than in any other segment type and so its easier to maintain when they are equi-sized.
In 9i,using automatic undo management relieves a lot of manual work required in sizing them.
-Thiru
|
|
|