When an XML document is loaded as XML type, the driver encodes the XML document content in UTF-8. The document when received by the DBS might have an encoding that does not match the XML declaration, such as when the declaration states that the encoding is something other than UTF-8. In this case, the parser is told to ignore the XML declaration and assume a UTF-8 encoding.