Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

encoding of XML generated by dbms_xmlgen.GETXML

OU_230May 23 2017 — edited Jun 1 2017

I am using Oracle 12.1.0.2.

What would be encoding of xml   generated by

select dbms_xmlgen.getxml ('select * from dual') from dual;

The  XML  heading just has <?xml version="1.0"?>

My database NLS_CHARACTERSET is WE8MSWIN1252.

Client (Linux 6) does not have NLS_LANG.

$locale LC_CTYPE     shows  UTF-8

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 29 2017
Added on May 23 2017
5 comments
2,127 views