Oracle Solution for Error ora-01771

Solution for Oracle Error ORA-01771

ORA-01771: illegal option for a clustered table

What triggered the Error:

During a CREATE or ALTER of a clustered table, the user attempted to enter one or more of the following options: INITRANS, MAXTRANS, PCTFREE, PCTUSED, STORAGE, TABLESPACE. These options may only be specified for the cluster itself.

What should we do to fix it:

Remove the illegal option(s).