Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
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