Hi All,
Using Oracle Database 18c. I am trying to generate JSON output and get this error ORA-06502: PL/SQL: numeric or value error. It works fine for smaller JSON output less than 4000 bytes
I have a DB package containing the below code. The p_result_xml variable is defined as a CLOB.
Refer to the thread below for more about the code
JSON ORA-02000: missing ) error in PLSQL