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

Home -> Community -> Mailing Lists -> Oracle-L -> Many small or few large extents for RBS & Ora-1555

Many small or few large extents for RBS & Ora-1555

From: James Damiano <jadam_at_nhes.state.nh.us>
Date: Fri, 14 Dec 2001 09:19:07 -0800
Message-ID: <F001.003DCDF5.20011214091140@fatcity.com>

Greetings fellow-DBAs,

I just recently perused a paper by Tim Gorman entitled "Cats, Dogs, and ORA-01555" which used some analogies to give a very good explanation of the
"Snapshot Too Old" problem that can be an annoyance from time to time. I
believe the paper was recommended by someone on this list, but I forget the particulars of who actually recommended it and where I downloaded it.

However, the moral of the story of "Ora-1555" errors (as I see it) has to do with the possibility of these occurring when (unpredictably) a query transaction (T2) starts up prior to an update transaction (T1) doing a
"Commit". From the moment the "Commit" for T1 is issued until the time the
new query transaction (T2) ends, the undo blocks for the Rollback Segment used by T1 are liable to be overwritten. If this does happen and Transaction T2 needs some of those blocks for read consistency, the
"Ora-1555 Snapshot too old" can result. One of the recommendations was:

"Increase the total amount of space in rollback segments to the point where
overwrite does not occur until long after any queries that might need the before-image data have completed."

Suppose you decided to do so by creating a rollback segment of say 100M in size. Do you think that doing so in either of the following 2 ways would be more advantageous than the other, or would it not make any difference:

    (1) Creating 10 - 10M extents for the RBS     (2) Creating 100 - 1M extents for the RBS

As always, TIA for the historically great insights...

Jim Damiano

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: James Damiano
  INET: jadam_at_nhes.state.nh.us

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 Fri Dec 14 2001 - 11:19:07 CST

Original text of this message

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