Oracle Solution for Error ora-14185

Solution for Oracle Error ORA-14185

ORA-14185: incorrect physical attribute specified for this index partition

What triggered the Error:

unexpected option was encountered while parsing physical attributes of a local index partition; valid options for Range or Composite Range partitions are INITRANS, MAXTRANS, TABLESPACE, STORAGE, PCTFREE, PCTUSED, LOGGING and TABLESPACE; but only TABLESPACE may be specified for Hash partitions STORE IN () is also disallowed for all but Composite Range partitions

What should we do to fix it:

remove invalid option(s) from the list of physical attributes of an index partition