Getting Error "ORA-06502: PL/SQL: numeric or value error: character string buffer too small" After Changing The Row Limit To Be >200
(Doc ID 2924913.1)
Last updated on OCTOBER 19, 2023
Applies to:
Oracle Retail Enterprise Inventory Cloud Service - Version 22.1 and laterInformation in this document applies to any platform.
Goal
In Apex tool, user is getting error after changing the row limit to be grater then 200.
- limit set to 1000 and query SELECT * FROM MPS_STAGED_MESSAGE where rownum < 200; /*= > is working fine
- limit set to 1000 and query SELECT * FROM MPS_STAGED_MESSAGE where rownum < 300; /*= > is not working, throwing error:
Error:
ORA-06502: PL/SQL: numeric or value error: character string buffer too small
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |