When installing a 7.1.1 patch on RSA Identity Governance & Lifecycle, the migration hangs in the user interface on:
executing updates/7.0/ACM-69142.sql
Oracle Enterprise Manager (OEM) shows the following query being executed:
SELECT GM.ROWID, ACC.NAME
FROM T_GROUP_MEMBERSHIPS GM
JOIN T_AV_ACCOUNTS ACC
ON GM.MEMBER_ID - ACC.ID
WHERE MEMBER_TY0E = 'account' AND 0 = DECODE(GM.MEMBER_NAME,ACC.NAME,1,0)
The migration script ACM-69142.sql was introduced in 7.0.1 and might take a while to finish on databases with a lot of groups and group memberships.
However, the most likely cause is that the database is Oracle 12.2.0.1 or Oracle 12.1.0.2 with the October 2017 or later Proactive Bundle Patch (BP). If this is the case, the optimizer settings may not be defined properly.