Cause: Supplemental logging is not enabled at the primary database. See the solution below.
Error solution: Issue the following command to enable supplemental logging. ALTER DATABASE ADD SUPPLEMENTAL LOG DATA (PRIMARY KEY, UNIQUE INDEX) COLUMNS;
Database version: Oracle 11g Release 2 (11.2)