Oracle Solution for Error ora-14129

Solution for Oracle Error ORA-14129

ORA-14129: INCLUDING INDEXES must be specified as tables have enabled UNIQUE constraints

What triggered the Error:

Matching UNIQUE constraints in both table are enabled and validated but INCLUDING INDEXES is not specified in ALTER TABLE EXCHANGE PARTITION|SUBPARTITION command.

What should we do to fix it:

Disable currently enabled matching UNIQUE constraints on both tables or ensure that INCLUDING INDEXES option is used.