Getting Error ORA-06502: PL/SQL: numeric or value error: character string buffer too small in custom
Hi,
I created a custom concurrent program in which I am calling a stored procedure. In my procedure I have two IN parameters and two out parameters except from(errbuf and retcode). When i going to returning the value to out parameters then getting error "ORA-06502: PL/SQL: numeric or value error: character string buffer too small"
Please help me.