Oracle Error ORA-26860: Different transactions must have different transaction IDs (XID=’string’, LCR position=’string’, previous commit position=’string’).

Oracle Error Message

ORA-26860: Different transactions must have different transaction IDs (XID=’string’, LCR position=’string’, previous commit position=’string’).

Reason for the Error

The position of an LCR in the specified transaction was greater than the position of the previous commit LCR in transaction with same transaction ID.

Solution

Use different transaction IDs for different transactions.