Oracle Solution for Error ora-01715

Solution for Oracle Error ORA-01715

ORA-01715: UNIQUE may not be used with a cluster index

What triggered the Error:

An attempt was made to create a cluster index with the UNIQUE attribute.

What should we do to fix it:

Remove UNIQUE from the CREATE INDEX statement.