Oracle Solution for Error ora-31476

Solution for Oracle Error ORA-31476

ORA-31476: a change table data column is missing from the source table

What triggered the Error:

While advancing a change set, an CDC determined that at least one of the data columns in a change table does not match the name of any of the columns in the source table. The source table column listis stored in dictionary table SYSTEM.LOGMNR_OBJ$

What should we do to fix it:

Make sure that all of the data columns of the change table have the same names as the corresponding columns in the source table, and that all the columns exist in the source table.