XML parsing in Stored procedure
753228Feb 11 2010 — edited Feb 15 2010Hi friends,
PLease help to resove my issue mentioned below.
I am tring to parse one large xml whic i am getting from calling a webservice.I am reading line by line from the request and storing into a clob variable.
I convert it to xml type for some manipulation after that When i am trying to convert it back to Clob by using getClobVal() data is getting truncated.
Please help how can i resolve this issue