Character string buffer too small when access view V_AV_DB_TIMEZONE in RSA Identity Governance and Lifecycle
Originally Published: 2017-11-14
Article Number
Applies To
RSA Version/Condition: All
Issue
ORA-06502: PL/SQL: numeric or value error: character string buffer too small
ORA-06512: at "AVUSER.UTILITIES_PKG", line 1414
06502. 00000 - "PL/SQL: numeric or value error%s"
Cause
Resolution
1. Find out the current value:
select * from T_SYSTEM_SETTINGS where parameter='isSoftAppliance';
2. Modify the setting to either "Y" or "N". In this case, because the setting was 'yes', modify the value to "Y".
update T_SYSTEM_SETTINGS set value='Y' where parameter='isSoftAppliance';
3. Commit the change:
commit;
4. Now select from the view and there will be no error:
select * from V_AV_DB_TIMEZONE;
Related Articles
RSA SecurID Access identity router will not start after reboot on Microsoft Hyper-V 59Number of Views What is 'AFX fulfillment state V' that is sometimes seen in the AFX log in RSA Identity Governance & Lifecycle? 263Number of Views Network configurations in SUSE Linux lost during RSA Hyper-V Authentication Manager 8.x live migration 402Number of Views How to verify TLS v.1.2 is configured correctly in RSA Authentication Manager 8.x 944Number of Views RSA Authentication Manager 8.2 SP1 SDK SOAP connect fails due to ClassNotFoundException for RemoteAuthenticatorTestConnect… 136Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?