Hi Team,
I have a PLSQL code which takes CLOB input and give CLOB output. Basically in that CLOB I send JSON and I do some calculations, append JSON arrays and then output is JSON_OBJECT_T. The problem is that it cannot handle more than 20 JSON array in the input and I get error:
SQL Error Code 40478, Error Message: ORA-40478: output value too large (maximum: 4000)\nORA-06512: at \"DISTINV.CALC_DISTINV_RANK\", line 74\nORA-06512: at \"DISTINV.CALC_DISTINV_RANK\", line 375\nORA-06512: at line 4\n",
"action":