Migration fails with 'ORA-19011: Character string buffer too small' error when upgrading RSA Identity Governance & Lifecycle 7.x
Originally Published: 2019-03-12
Article Number
Applies To
RSA Version/Condition: 7.1.0, 7.1.1
Issue
The following error message is logged to the migrate.log file located in:
$AVEKSA_HOME/wildfly/standalone/log/migrate.log if the migration was started from the RSA Identity Governance & Lifecycle user interface, or,
$AVEKSA_HOME/database/log/migrate.log if the migration was executed from the command line.
SQL/line#:
/home/oracle/wildfly-10.1.0.Final/standalone/tmp/vfs/temp/tempcfc711f6815c3916/content-b6a949b558f78fb3/contents/
aveksa.war/WEB-INF/database/updates/7.1/ACM-72719.sql(2):
Start time [Mon Mar 11 14:07:55 CDT 2019]
update t_av_entitlementreviewdef set configuration = replace(configuration,
'</rev:review-config>',
'<rev:review-analysis-config>
<rev:analyzeCategory>Violations</rev:analyzeCategory>
</rev:review-analysis-config>
</rev:review-config>')
where review_type = 'U' and configuration not like '%<rev:review-analysis-config>%'
java.sql.SQLException: ORA-19011: Character string buffer too small
Cause
Specifically, this may occur if the review contains an extensive explicit list of entitlements, roles, groups or data resources.
Resolution
This issue is resolved in the following RSA Identity Governance & Lifecycle versions and/or patch levels:
- RSA Identity Governance & Lifecycle 7.1.0 P08
- RSA Identity Governance & Lifecycle 7.1.1 P02
- RSA Identity Governance & Lifecycle 7.2
Workaround
The following options may be used to work around this issue.
- Delete the problem review.
- Edit the problem review and remove or reduce entitlements, roles, groups or data resources.
- Edit the problem review and filter by groupings instead of individual items.
For example, instead of listing all AD groups individually, select AD groups by business source.
Notes
SELECT name FROM t_av_entitlementreviewdef WHERE length(xmltype.getclobval(configuration)) > 4000;
Related Articles
Unable to complete Role Reviews because the entitlement counts are incorrect in RSA Identity Governance & Lifecycle 78Number of Views View PV_REVIEW_DEFINITION returns entries for deleted and/or revised review definitions in RSA Identity Governance & Lifec… 67Number of Views RSA Via Lifecycle & Governance: Reviewer Coverage File does not import more then 10.000 items 47Number of Views Can the RSA SID800 be used with Microsoft BitLocker? 63Number of Views Useful Linux commands for use with RSA Authentication Manager 8.x 92Number of Views
Trending Articles
Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Governance & Lifecycle 8.0.0 Administrators Guide RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?