This is not an APEX specific issue, however it could be useful for some of your PL/SQL code I ran into an issue today where I had to append VARCHAR2s to a CLOB many times in a loop. I first tried appending a VARCHAR2 to a CLOB: CLOB := CLOB || VARCHA...
talkapex.com2 min readNo responses yet.