I have a procedure that I need to call, the procedure is as follows:
procedure
largetext, :smalltext, :success)
this procedure takes a CLOB, VARCHAR2, BOOLEAN.
I need help witting to the CLOB variable.
I have about 500 kb of text that need to be written to the CLOB.
How can I achieve that?
procedure

this procedure takes a CLOB, VARCHAR2, BOOLEAN.
I need help witting to the CLOB variable.
I have about 500 kb of text that need to be written to the CLOB.
How can I achieve that?