When transferring XML values from server to client, the following encoding rules apply.
How Value is Returned | How Value is Encoded |
---|---|
Text-format XML-type value | UTF8 |
VARCHAR or CLOB | Same as session character set |
BLOB | Encoding requested in call to XMLSERIALIZE function |