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 and what table's DML caused an ORA-1555?

Re: Rollback and what table's DML caused an ORA-1555?

From: Gaja Krishna Vaidyanatha <oraperfman_at_yahoo.com>
Date: Fri, 04 Apr 2003 15:43:47 -0800
Message-ID: <F001.0057B1C6.20030404154347@fatcity.com>


Dear Jonathan,

How are you my friend? Hope all is well with you and your family in the UK. When we spoke to James Morle last evening, he drew our attention to a B-52 flying over his home. Interesting times we live in!

Yes, you are right in your observation, that "in general" one does not have to do it. I remember helping out a customer on a Saturday afternoon with this problem a year or so ago, hence wanted to share the experience. My memory fails me in retrieving the exact version number where the problem was encountered.

At any rate, it was one of those "delayed block clean out" gotchas. In the specific case, the customer had nobody on the system, after a shutdown, single user, single session and was pulling his hair out with a ORA-1555. Turns out the previous night, the objects in the original READ-ONLY tablespace, was loaded with new data, and the status was changed back to READ-ONLY.

Due to whatever reason (I could not gather whether there (were/were not) any long-running queries), the clean out did not occur on some of the objects, and this caused the ORA-1555, as his current query was trying to build a read-consistent image from the rollback segment and could not find the before image(obviously). We got around the problem by doing what I had suggested in my posting. You are right in that the relevant indexes should also be touched and cleaned by some query.

Cheers,

Gaja



Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Gaja Krishna Vaidyanatha
  INET: oraperfman_at_yahoo.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Apr 04 2003 - 17:43:47 CST

Original text of this message

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