What is concurrent program catch DB procedure out parameter size?
Due to an error encountered in the concurrent program with the message 'ORA-06502: PL/SQL: numeric or value error: character string buffer too small,' we debugged the issue and identified the root cause as an out parameter in the procedure. It seems that the message data is too large, so we need to determine the size limit of the out parameter.
Additional information, Our version is R12 12.2.7.
Thanks.