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: Wed, 12 Jul 2000 10:22:04 -0700 (PDT)
Message-Id: <10556.111834@fatcity.com>


Barry,

The term "private" or "public" is relevant to an instance not to a transaction and is "configuration independent". Which means that I can create both public and private rollback segments in both OPS and non-OPS configurations. The term "private" is definitely not an OPS-only term. When rollback segments are created by default without any keywords, they are created as "private" rollback segments. Even in a non-OPS environment "normal" rollback segments created, are "private". The key characteristic of a "private" rollback segment is that, if you don't put in in the init.ora, it will not automatically come online.

It is only when "public" rollback segments are required, that the keyword - PUBLIC is used. The use of public rollback segments was originally devised many years ago for OPS configurations with many many instances (e.g. the n-Cube platform could theoritically support 512 nodes, hence theoritically 512 instances). Instead of having to configure a rollback segment init.ora parameter for each of the 512 instances, the idea was to use public rollback segments, so that each instance could bring online, a set of rollback segments from the "public pool", purely based on the ratio of : (transactions/transactions_per_rollback_segment)

But for most "normal" OPS configurations, the number of instances are not that much (2-8 maybe), so using private rollback segments (default) and configuring the rollback_segment parameter for each of the init.oras was not a big deal. In fact using private rollback segments facilitates better management and localization of these objects.

Hope that helps,

Gaja.


Gaja Krishna Vaidyanatha
Director, I-O Management Products
Quest Software Inc.
(972)-304-1170 Received on Wed Jul 12 2000 - 12:22:04 CDT

Original text of this message

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