Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Which RBS is my Update using ?
> Daniel,
>
> Why should they all be 1 gig on a read-only database?
>
> Paul
You don't define them *all* to be 1-GB. You only define them to be able to *extend* to 1-GB. Then, make sure you set OPTIMAL so that the one rollback segment that does extend will shrink back to a smaller size. This way, you don't have to set your transaction to use one particular rollback segment. No matter which one it grabs, it has the capability to expand any of the rollback segments to a large enough size.
HTH,
Brian
Received on Tue Sep 24 2002 - 07:59:42 CDT