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: Tracing invalid rowid ora-01410

RE: Tracing invalid rowid ora-01410

From: Laimutis Nedzinskas <Laimutis.Nedzinskas_at_landsbanki.is>
Date: Wed, 2 Aug 2006 12:11:53 -0000
Message-ID: <5A8896FB2AFC5445A7DCFC5903CCA6B02CA337@W03856.li01r1d.lais.net>


Is it really so?
Consistency is enforced bellow indexes or tables. It is enforced at block level.
The previous version of the index should still see the previous version of the table blocks, shouldn't it?

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Jonathan Lewis

Possible cause:

ORA-01410 can be the result of one session working through a long running query that depends on an index that gets rebuilt by another session

The index "moves", but the first session is still using the previous version of the index (read consistency across DDL). If the space freed by the rebuild is then re-used, the first session is likely to crash with a 1410.     

Fyrirvari/Disclaimer
http://www.landsbanki.is/disclaimer

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Aug 02 2006 - 07:11:53 CDT

Original text of this message

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