SYS.DAM_CONFIG_PARAM$ & SYS.TSDP_POLICY$, has duplicate rows and index unsable post linux migration.
We did Database migration from AIX to Liunx move for 12.1 Database using TTS for Oracle EBS.
Following doc id was used for the same "(Doc ID 1945814.1)'
Everything looks good except for following INDEXS are in UNUSABLE state:
owner index_name t able_name stauts
------------------------------------------------------
SYS I_DAM_CONFIG_PARAM$ DAM_CONFIG_PARAM$ UNUSABLE
SYS TSDP_POLICY$PK TSDP_POLICY$ UNUSABLE
SYS TSDP_POLICY$UK TSDP_POLICY$ UNUSABLE
SYS TSDP_SUBPOL$PK TSDP_SUBPOL$ UNUSABLE
==============================
On checking the table:
SYS.TSDP_POLICY$ - saw duplicate rows:
1 REDACT_AUDIT 0
1 REDACT_AUDIT 0
SYS.DAM_CONFIG_PARAM$ count(*) - 28 on linux db box, compared to - 14 on aix.