After applying a patch, an 'ORA-06502: PL/SQL: numeric or value error: character string buffer too small' error occurs when starting RSA Identity Governance & Lifecycle
Originally Published: 2020-02-06
Article Number
Applies To
RSA Version/Condition: 7.0.x, 7.1.x, 7.2.x
Issue
The aveksaServer.log file ($AVEKSA_HOME/wildfly/standalone/log/aveksaServer.log) has the following errors:
01/27/2020 17:49:07.597 ERROR (ServerService Thread Pool -- 106)
[com.aveksa.migration.jdbctool.CheckDatabase] ORA-06502: PL/SQL: numeric or value error: character string buffer too small
ORA-06512: at "AVUSER.STATISTIC_TABLES", line 55
ORA-06512: at "AVUSER.STATISTIC_TABLES", line 55
ORA-06512: at "AVUSER.DATABASE_STATISTICS", line 21
ORA-06512: at "AVUSER.DATABASE_STATISTICS", line 21
Please refer to RSA Knowledge Base Article 000030327 -- Artifacts to gather in RSA Identity Governance & Lifecycle to find the location of the aveksaServer.log for your specific deployment if you are on a WildFly cluster or a non-WildFly platform.
Cause
Resolution
select table_name, length(to_char(table_name)) as table_length from user_tables order by 2 desc;
If you find that there are any custom tables with a table name length greater than 30 characters, then any one of the below options maybe used to resolve the issue:
- Drop the custom table if the table is no longer used. Run this command as avuser.
DROP TABLE <TABLE_NAME>;
- Rename the table name and make sure the length of the new table name is less than 30 characters. Run this command as avuser.
ALTER TABLE <TABLE_NAME> RENAME TO <NEW_TABLE_NAME>;
Notes
Related Articles
ASR fails to generate with an 'ORA-06502: PL/SQL: numeric or value error: character string buffer too small' error in RSA … 128Number of Views ASR Report fails with ERROR ORA-06502: PL/SQL: numeric or value error: character string buffer too small in RSA Identity G… 22Number of Views Converting a NCLOB to a VARCHAR2 in TO_DATE after error ORA-22835: Buffer too small for CLOB to CHAR or BLOB to RAW conve… 112Number of Views Content-Type header parameter is required for Web Service in RSA Identity Governance & Lifecycle 41Number of Views SecurID prompt does not appear using Chrome and Firefox after adding a Security Policy on RSA Agent 8.0.3 for Apache web s… 34Number of Views
Trending Articles
RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide How to Upgrade Internal SHA-1 Certificates to SHA-256 in Authentication Manager Using rsautil RSA Authentication Manager 8.9 Setup and Configuration Guide RSA SecurID software token .sdtid file fails to import into RSA SecurID Software Token 5.0 for Windows
Don't see what you're looking for?