This setting does indeed not apply to xmltype fields. It does work however if you use the getclobval() function. For example:

select id, x.xml.getclobval() as xml_clob from my_xml_table x


Marco Kalter
Allround Automations