Skip to Main Content

DevOps, CI/CD and Automation

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!

Register XSD with UTF-8 encoding

no_id_i_needDec 10 2013 — edited Dec 10 2013

Hello,

Could anyone help me solving my problem.

I want to register XSD with encoding UTF-8 into database where encoding is set to Windows-1257.

I use:

dbms_xmlschema.registerschema('myurl', '<?xml version="1.0" encoding="UTF-8"?> <xs:schema ...', TRUE, FALSE, FALSE, FALSE);

But when I get value from ALL_XML_SCHEMAS I see: <?xml version="1.0" encoding="WINDOWS-1257"?> <xs:schema...'

Can anyone tell me why and how to change it to UTF-8?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 7 2014
Added on Dec 10 2013
2 comments
2,458 views