Oracle Solution for Error ora-14632

Solution for Oracle Error ORA-14632

ORA-14632: cannot specify PARALLEL clause when adding a List subpartition

What triggered the Error:

User issued ALTER TABLE ADD SUBPARTITION statement with PARALLEL clause for a List subpartition of a Range/List partitioned object which is illegal

What should we do to fix it:

Remove the PARALLEL clause.