the best solution will be to change LONG column to CLOB , or Truncate at 32K example:JSON_PARTE := DBMS_LOB.SUBSTR(V_JSON_CLOB, 32767, 1); but it means data loss, only use if truncation is okay.