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!

How do I convert blob to xml string?

user12144220 Jul 5 2012 — edited Jul 7 2012
Hello everyone,

I need a help to read a xml string larger than 4000 in stored procedure.

CREATE OR REPLACE PROCEDURE PROD.InsertFDataBlob(V_MYBLOB BLOB) AS

BEGIN

........

passing SYS.XMLTYPE(V_MYBLOB)

.......

I could not find a simple way to convert my blob value which is V_MYBLOB to varchar. My database versions are 10g and 11g.


Thank you.
This post has been answered by odie_63 on Jul 6 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 4 2012
Added on Jul 5 2012
6 comments
8,847 views