Error 'ODF Comparison Utility error: The index cannot be created as the table has duplicate keys' While Applying Indian Localisation Patch 7133390
(Doc ID 1329247.1)
Last updated on SEPTEMBER 09, 2019
Applies to:
Oracle Financials for India - Version 11.5.10.2 and laterInformation in this document applies to any platform.
Goal
While applying Indian localisation patch 7133390 ,following Error occurs :
ODF Comparison Utility error:
The index cannot be created as the table has duplicate keys.
Use the following SQL statement to identify the duplicate keys:
SELECT ORGANIZATION_ID, LOCATION_ID, INVENTORY_ITEM_ID, FIN_YEAR, SLNO, count(*)
FROM JA.JA_IN_RG_I
GROUP BY ORGANIZATION_ID, LOCATION_ID, INVENTORY_ITEM_ID, FIN_YEAR, SLNO
HAVING count(*)>1
ODF Comparison Utility error:
Unable to compare or correct tables or indexes or keys because of the error above
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |