Oracle Solution for Error ora-16130

Solution for Oracle Error ORA-16130

ORA-16130: supplemental log information is missing from log stream

What triggered the Error:

Supplemental logging is not enabled at the primary database.

What should we do to fix it:

Issue the following command to enable supplemental logging. ALTER DATABASE ADD SUPPLEMENTAL LOG DATA (PRIMARY KEY, UNIQUE INDEX) COLUMNS;