ORA-06502: PL/SQL: numeric or value error: character string buffer too small
I have a variable defined v_message VARCHAR2 (32767); I am getting this error.
I cannot increase the length of the variable. I have hyperlink urls addresses item messages etc getting appended to the variable as value.
Please suggest to avoid the error.
Thanks
Challa
0