Hello,
I have a scenario where I need to select CLOB data from DB table basically its JSON Payload, will wrap JSON data in a String variable and will pass it to external REST service which will process said data.
Now what is the limit of the String data type, as we have done testing with JSON payload formed by selecting 10K rows and 81 cols where file size is almost 15 mb and its working fine.
Thanks,
Pankaj