Oracle GoldenGate Error Messages

OGG-10180

Transactions containing table {0} cannot be scheduled in parallel because this table has an unique index on virtual columns. This prevents Replicat from applying transactions in parallel.


Cause

The specified table has at least one unique index defined on a virtual column, such as a functional-based index. This prevents Replicat from applying transactions in parallel.


Action

If possible, change all unique indexes on virtual columns to a non-unique index. Contact Oracle Support.