***Moderator action (Timo): moved from JDev & ADF to SQL & PL/SQL space***
Hi Team ,
I am having two clob object in plsql . while concatenating both clob object its giving CLOB -ORA-06502: PL/SQL: numeric or value error: character string buffer too small .
my scenario is ;
v_clob clob;
s_clob clob;
select clob_text info s_clob from employee_stock where stock_id=123;
v_clob := v_clob || s_clob ;
so when s_clob have more then 4000 character then its giving ora-6502.
can anyone help me to solve this issue
iit would be really helpful for me if you provide solution .
regards
capil verma
***Moderator action (Timo): removed call out to other users who have not participated in this thread already as this is rude to other users.***