Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: rollback segments and performance
your problem may be caused by the huge number of extents for the rollback
segments and the size of each rbs
rbs #extents size rbs0,rbs1 200 approx 50m rbs1,rbs3 103 approx 25mthe rollback segment always shrink to optimal.
why not try to create the rbs using the following storage clause:
STORAGE(INITIAL 25m
NEXT 25m MINEXTENTS 1 MAXEXTENTS whatever OPTIMAL 25M);
John Chiu
johnymc_at_netscape.net
Received on Sun Sep 05 1999 - 06:04:51 CDT
![]() |
![]() |