Oracle Solution for Error ora-32586

Solution for Oracle Error ORA-32586

ORA-32586: multiple specification of a supplemental logging attribute

What triggered the Error:

The primary key, unique index, foreign key or all column supplemental logging attribute can be specified at most once in a create/alter ddl.

What should we do to fix it:

Rewrite the Create/Alter DDL with single occurence of the offending supplemental logging attribute.