Question
Virtusa
GB
Posted: Mar 31, 2020
Last activity: Mar 31, 2020
Last activity: 31 Mar 2020 7:07 EDT
Closed
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