Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Adding a blank line to CLOB

FormsMar 8 2009 — edited Mar 8 2009
Hi gurus,

How can I add a blank line to a CLOB variable?

eg.

I have text <Batch> in a variable a (Varchar2). I have a string in variable b (CLOB).

When I use dbms_LOB.writeappend(v_clob,dbms_lob.getlength(a),a);

after that I populate b with values and finally do

dbms_LOB.append(v_clob,b);

Now I would like to add a blank line bw/ the contents of a and b while I do the append. How can I achieve it?

Thanks and Regards,

Forms.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 5 2009
Added on Mar 8 2009
1 comment
802 views