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!

xml parsing failed

venkatesh867May 10 2017 — edited May 10 2017

Hi,

I have table xml_test(id int, res_xml clob); res_xml column has xml data.

I tried to retrieve xml node value from the res_xml column but I getting the fallowing error. Pls guide me to solve this issue

pastedImage_0.png

The above error is occurred due the fallowing "¿ ¿¿¿¿ o" junk characters.

I got the result using replace(res_xml,'¿ ¿¿¿¿ o','') in the query. I would like to replace any junk characters as empty. Kindly help me to do this.

Thanks in Advance.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 7 2017
Added on May 10 2017
2 comments
575 views