79576594

Date: 2025-04-16 07:21:11
Score: 2
Natty:
Report link

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.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Shotiko Akhlouri