How to convert from CLOB reader to XML

Hi,
I have an Oracle SP that return me a CLOB, how can I convert it to xml or text?

Thank oyu

For SQL Server CLOB XML in the select template the JDBC Type is LONGVARCHAR AND output field type is lang.String this will output XML data in the pipeline.

Can try the similar with Oracle?

HTH,
RMG