Hi Community,
I am actually running an automation for API call, but I am getting the below error.
ORA-40478: output value too large (maximum: 4000) ORA-06512: at line 77 ORA-06512: at line 8 ORA-06512: at line 8 5. l_count NUMBER := 0; 6. BEGIN 7. FOR REC IN (SELECT price_chg_id,json_arrayagg( 8. json_object( 9. 'action' VALUE 'NEW',
@steve-muench-oracle , @inol