Oracle Solution for Error ora-01769

Solution for Oracle Error ORA-01769

ORA-01769: duplicate CLUSTER option specifications

What triggered the Error:

During a CREATE of a clustered table, the user attempted to specify more than one CLUSTER option.

What should we do to fix it:

Remove the extra CLUSTER option.