Oracle Solution for Error ora-14260

Solution for Oracle Error ORA-14260

ORA-14260: incorrect physical attribute specified for this partition

What triggered the Error:

User specified INITRANS, MAXTRANS, STORAGE, PCTFREE, PCTUSED, and/or [NO]LOGGING option to a Hash partition via ALTER TABLE ADD/MOVE PARTITION command which is illegal. Only TABLESPACE may be specified.

What should we do to fix it:

Remove invalid option(s)