assign a value to a clob
I have a packaged procedure p1 (p_clob in clob, p_clob_out out clob).
I will have to test the procedure whether it is running fine or not. I am getting a biiiiig string which is of size >32kb (say 76 KB).
I need to execute the procedure.
Please tell me how will I do that?
whenever I am calling the procedure p1(that biiiig string, outxml) it is giving an error string lateral too long.
Please tell me how to do that. It is very urgent.