I have a problem when I tried to create a unique index
CREATE UNIQUE INDEX "PITEST000002_500"."IX_BBF3E90F" ON
"PITEST000002_500"."FRIENDLYURLENTRYLOCALIZATION"
("FRIENDLYURLENTRYID","LANGUAGEID","CTCOLLECTIONID");
I get the following error :
Error report -
ORA-01452: cannot CREATE UNIQUE INDEX; duplicate keys found
01452. 00000 - "cannot CREATE UNIQUE INDEX; duplicate keys found"
*Cause:
*Action:
The reason as I understood is I have some duplicated values.
The question is, how do I know what are the values that cause the issue ?
Anyone can help please ?