procedure WriteToClob (clob_loc in out clob, msg_string in varchar2);
Appends a character string to the end of a character large object (CLOB). You can use this procedure to help build the CLOB for a PL/SQL CLOB document attribute for a notification.
| clob_loc | The CLOB to which the string should be added. |
| msg_string | A string of character data. |