Oracle Solution for Error ora-14020

Solution for Oracle Error ORA-14020

ORA-14020: this physical attribute may not be specified for a table partition

What triggered the Error:

unexpected option was encountered while parsing physical attributes of a table partition; valid options for Range or Composite Range partitions are INITRANS, MAXTRANS, TABLESPACE, STORAGE, PCTFREE, and PCTUSED; only TABLESPACE may be specified for Hash partitions

What should we do to fix it:

remove invalid option(s) from the list of physical attributes of a table partition