Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Rollback Segment Question
Kamel,
Just because an RBS can extend doesn't mean it will.
>From the description you've given I suspect that the
transactions were committing fast enough that when it
came time to wrap around from one exent to the next,
the next extent didn't have any active transactions so
it was reused without having to extend. By setting
minextents to 100, you forced the RBS not to wrap
around and reuse extent 1 until it had filled up all
100 extents. Checking WRAPS in V$ROLLSTAT will show
the number of times the RBS has wrapped.
BTW, the studies done back on Oracle7, or perhaps even earlier, found a minextents of 20 to be the best setting on average.
HTH,
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: A. Bardeen INET: abardeen1_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Jul 31 2001 - 07:02:52 CDT
![]() |
![]() |