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: Rollbacks - ORA-1555

Re: Rollbacks - ORA-1555

From: Deepak Thapliyal <deepakthapliyal_at_yahoo.com>
Date: Tue, 04 Dec 2001 16:28:11 -0800
Message-ID: <F001.003D54DD.20011204161142@fatcity.com>

Hi Christine,

Your rollback segments look large to me based on the description you have given for your application. One way of eliminating header waits is to increase the number of rbs .. try this and post if this helps your stats..

  1. Create total of 20 rollback segments
  2. Specification for each rbs is : initial 1M next 1M minextents 20 maxextents unlimited optimal 20M

meaning that each rbs will have 20 extents initially and size of each rbs will be 20M initially. since you have 20 such rbs, total rbs used is 20 * 20M = 400M

if you observe, the above structure uses smaller sized large number of rollback segments as from your description below, it looks like you have a oltp system with large number of transactions

tell me if this helps ..

Deepak


Do You Yahoo!?
Buy the perfect holiday gifts at Yahoo! Shopping. http://shopping.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Deepak Thapliyal
  INET: deepakthapliyal_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Dec 04 2001 - 18:28:11 CST

Original text of this message

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