ORA-01452
829857Apr 2 2012 — edited Apr 2 2012Hi,
iam creating unique index on this table with 3 columns
CREATE UNIQUE INDEX UK_W_PRODUCT_D_TL ON W_PRODUCT_D_TL
(LANGUAGE_CODE
,INTEGRATION_ID
,DATASOURCE_NUM_ID)
ORA-01452: cannot CREATE UNIQUE INDEX; duplicate keys found
Please tell me how to find the duplicate key and delete it.
Thanks,