Oracle Solution for Error ora-14170

Solution for Oracle Error ORA-14170

ORA-14170: cannot specify clause in CREATE TABLE|INDEX

What triggered the Error:

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

What should we do to fix it:

Remove one of offending clauses.