OracleXMLQuery and xml type columns

Problem: OracleXMLQuery escapes xml if the result set has a column which itself contains xml string.

Description: I have a database view with a varchar2 type column. the column contains xml string. when I use OracleXMLQuery to select data from the view, OracleXMLQuery escapes the xml string.

Solution: I am still looking for the solution, I have tried by changing the column type to XML type, but that also didnt work.

Leave a comment