Question

Virtusa
GB
Last activity: 31 Mar 2020 7:07 EDT
What is best way to parse the CLOB column value in Pega
How to read a CLOB column value from Oracle DB table. I have a requirement to parse the xml within the CLOB value of a db table. however this xml size is more than 32k byte so when I convert into String in DB via stored procedure its not setting full value.
Hence please advise possible solutions.
Thanks