Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> How to use DBMS_LOB.append() with a VARCHAR2 var. ?
Inside a PL/SQL procedure (for building a user datastore for Intermedia)
I need to append the value of VARCHAR2 field (inside a loop) to
a CLOB variable. DBMS_LOB.APPEND() only allows to append another BLOB|CLOB.
But how can I append just a stupid VARCHAR2 ?
Thanks
Andreas Jung
Received on Sun Aug 20 2000 - 10:36:01 CDT