Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How do you shrink rollback segments?

Re: How do you shrink rollback segments?

From: Quinton McCombs <quintonm_at_bellsouth.net>
Date: 1998/03/02
Message-ID: <34FB0B5D.DC01E836@bellsouth.net>#1/1

To have the rollback segment automatically shrink use the follwing sql:

alter rollback segemnt <rbs_name>
storage ( optimial 2.5M );

Replace 2.5M with your actual value.

aa wrote:
>
> I know when you shrink the rollback segment after all transactions are
> committed, it will reduce back to the defined optimum size. My question is:
> is this the only way to reduce it back to the optimum? Or is there some
> parameter that I can set so that it will shrink itself automatically after
> some time?
Received on Mon Mar 02 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US