Oracle Solution for Error ora-14171

Solution for Oracle Error ORA-14171

ORA-14171: cannot specify clause in CREATE|ALTER TABLE

What triggered the Error:

User requested to generate default subpartition description(s) (possibly via SUBPARTITIONS) while at the same time specified clause which is illegal

What should we do to fix it:

Remove one of offending clauses.