RSA Identity Governance and Lifecycle Account Data Collector (ADC) and Entitlement Data Collectors (EDC) are slow in step Calculate Role Metrics of the Indirect Relationship Processing task
Originally Published: 2017-08-11
Article Number
Applies To
RSA Version/Condition: 7.0.1, 7.0.2
Issue
An Oracle Automatic Workload Repository (AWR) report shows the following two queries as consuming most of the time.
INSERT INTO GTT_ROLECONSTRAINT_USERS (ID) SELECT ID FROM T_MASTER_ENTERPRISE_USERS USERS WHERE DELETION_DATE IS NULL AND ...
BEGIN Common_Exploder.Process(:1 , :2 ); END;
Cause
Resolution
In the Database Performance Statistics section, inspect the column for Last Analyzed Date for the table T_AV_USER_ACCOUNT_MAPPINGS. If the date is absent or old, then force statistics to be collected on this table.
To force database statistics on this table, in SQL*Plus or using Oracle SQL Developer, run the following SQL command.
EXEC DATABASE_STATISTICS.GATHER_TABLE('T_AV_USER_ACCOUNT_MAPPINGS');Notes
Related Articles
Collections are slow in Indirect Relationship Processing step in RSA Identity Governance & Lifecycle 139Number of Views Identity Data Collector (IDC) collection fails with the error: "ORA-00918: column ambiguously defined" during the Identit… 241Number of Views Objects previously collected by Account Collectors and Entitlement Collectors in 6.x are rejected in 7.x of RSA Identity G… 158Number of Views Account Data Collectors (ADC) fail with ORA-00904: "RESOURCE_NAME": invalid identifier after upgrading RSA Identity Govern… 202Number of Views How to determine who has created an RSA Identity Governance and Lifecycle Account Data Collector (ADC) 55Number of Views
Trending Articles
RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Governance & Lifecycle 8.0.0 Installation Guide Maximum number of incorrect login attempts for RSA Authentication Manager Operations Console administrator Provisioning node CommandStatusCode and CommandStatusMessage in RSA Identity Governance & Lifecycle Unable to login to RSA Authentication Manager Security Console as super admin
Don't see what you're looking for?