Re: Replay of Log Miner SQL_UNDO fails with ORA-00001
From: Rich J <rjoralist3_at_society.servebeer.com>
Date: Fri, 20 Oct 2017 11:03:48 -0500
Message-ID: <5befc0c2f2bb15efa0d7c3d415508294_at_society.servebeer.com>
Date: Fri, 20 Oct 2017 11:03:48 -0500
Message-ID: <5befc0c2f2bb15efa0d7c3d415508294_at_society.servebeer.com>
On 2017/10/20 08:41, Rich J wrote:
I found it. All statements in SQL_UNDO refer to the ROWID, which would likely change with rows that have been previously INSERTed. So any "undo" DELETE...WHERE pk='keyinfo' AND ROWID='AAA...' statements will fail, causing the next INSERT of the same record info to pop the ORA-1 error.
I like caffeine.
Rich
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Oct 20 2017 - 18:03:48 CEST