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
How do reduce the size of tableT_AV_JOB_STATS 4Number of Views 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 The RSA Identity Governance and Lifecycle view for V_AVR_ACCOUNT_ENTITLEMENTS does not include all expected data in RSA Id… 14Number of Views RSA SecurID Access identity router will not start after reboot on Microsoft Hyper-V 59Number of Views Error: 'Could Not Connect to JRun Server' after starting RSA SecurID Web Express 4Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA MFA Agent for UNIX Platform Support Matrix Performing RADIUS authentication tests with NTRadPing to RSA Authentication Manager How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device How to manage database growth in RSA Identity Governance & Lifecycle
Don't see what you're looking for?