Oracle Solution for Error ora-29853

Solution for Oracle Error ORA-29853

ORA-29853: keyword UNIQUE may not be used in creating domain indexes

What triggered the Error:

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

What should we do to fix it:

Remove UNIQUE from the CREATE INDEX statement.