Roeland
Member³
Hi,
Our database (10.2.0.4) is encoded in AL32UTF8.
There's a table where some data is stored in a xmltype.
I have written a query that converts this xmltype to clob using "xml_data.getClobVal()".
When viewing this query in PL/SQL Developer everything works as expected.
But when we are retrieving this data with OJDBC6 for DB 11.2 (latest version) all the special characters are truncated.
Does anybody know what we are doing wrong and how to resolve this situation?
Thanks,
Roeland
Our database (10.2.0.4) is encoded in AL32UTF8.
There's a table where some data is stored in a xmltype.
I have written a query that converts this xmltype to clob using "xml_data.getClobVal()".
When viewing this query in PL/SQL Developer everything works as expected.
But when we are retrieving this data with OJDBC6 for DB 11.2 (latest version) all the special characters are truncated.
Does anybody know what we are doing wrong and how to resolve this situation?
Thanks,
Roeland