Dear Experts,
I have a requirement to have the JSON data as out type or PlSql Procedure which has varchar2 type.
When my JSON converted data is being sent by this variable, still after reaching 4000 characters, I could see the output in Toad console.
But when I try from WSDL URL, it fails with below error:
<OracleError>
<ErrorNumber>ORA-19202</ErrorNumber>
<Message>Error occurred in XML processing</Message>
</OracleError>
<OracleError>
<ErrorNumber>ORA-06502</ErrorNumber>
<Message>PL/SQL: numeric or value error</Message>
</OracleError>
Hence I thought I could use XMLTYPE, but it's supported only for XML formatted file. As per my requirement I have to send the JSON data thru' plsql which is more than 4000+. Please help on this.
Thanks,
Mani