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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Rollback segments offline on database restart

RE: Rollback segments offline on database restart

From: Gaja Krishna Vaidyanatha <gajav_at_yahoo.com>
Date: Tue, 11 Jul 2000 09:14:45 -0700 (PDT)
Message-Id: <10555.111677@fatcity.com>


Mariana,

One should probably always choose option #1 , as #2 is dependent on the ratio : (transactions/transactions_per_rollback_segment). What this means, is that if the value of transations=100 and transactions_per_rollback_segment=4, then the total number of rollback segments (public and private) that Oracle will bring online on startup, will not exceed 25.

So, rather than going and fiddling with those 2 parameters to make things work, it should be preferred to just create all rollback segments as "private" and put their names in the list of values in the rollback_segments parameter. It must also be noted here that the number of "actual transactions per rollback segment" has nothing to do with the
transactions_per_rollback_segment parameter. The number of actual transactions per rollback segment is O-S and db_block_size dependent.

Best Regards,

Gaja.


Gaja Krishna Vaidyanatha
Director, I-O Management Products
Quest Software Inc.
(972)-304-1170
gajav_at_yahoo.com

"Opinions and views expressed are my own and not of Quest"


Received on Tue Jul 11 2000 - 11:14:45 CDT

Original text of this message

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