Skip to Main Content

Database Software

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!

XML LPX-00209 Error

Leo LakotaAug 13 2010 — edited Aug 14 2010
I have one clob field with xml content and i want to use them
with
l_parser := dbms_xmlparser.newParser;
dbms_xmlparser.parseClob(l_parser,p_xml);

without this value <?xml version="1.0" encoding="UTF-8"?>

What the simplest way.

Thaks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 11 2010
Added on Aug 13 2010
2 comments
1,097 views