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!

Parse XML from a BLOB field using SQL

user10839603Aug 13 2014 — edited Aug 13 2014

I have a BLOB field in one of the table, where a big XML is stored.

I guess it is stored in BASE64 encoded.

I need to read the XML and get a value from one of the node and use it in a where clause.

All these I need to do using plain SQL, no PL/SQL.

I cannot touch or alter or do anything with the schema

Regards,

Anoop

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 10 2014
Added on Aug 13 2014
7 comments
702 views