Oracle Error Message
ORA-01715: UNIQUE may not be used with a cluster index
Reason for the Error
An attempt was made to create a cluster index with the UNIQUE attribute.
Solution
Remove UNIQUE from the CREATE INDEX statement.
ORA-01715: UNIQUE may not be used with a cluster index
An attempt was made to create a cluster index with the UNIQUE attribute.
Remove UNIQUE from the CREATE INDEX statement.