Problems deleting records or users in MDM Web User Interface when using an Oracle database
Missing Foreign Key indexes may cause issues when you try to delete records from the recycle bin or users from the user manager in the Talend MDM Web User Interface. This article describes how to resolve these issues with the aid of a script.
This article is applicable when using an Oracle database to store the system objects.
Symptoms/DescriptionIn the Talend MDM Web User Interface, if you try to delete numerous records from the recycle bin or several users from the user manager, you may find that only one record or user is deleted. This happens if the related Foreign Key indexes are missing, and to resolve the issue these indexes must be created manually.
ResolutionIn order to create the missing Foreign Key indexes, you must adapt and then run a SQL script that is available in <JBOSS_HOME>/bin/dbtools/sqls/ora_create_missing_FK_indexes.sql .
Before running the script, you must first edit it to replace {TableSpaceName} with the real name of the table space that the MDM system container is using for your Talend MDM Server installation.