Posted: Thu Mar 06, 2014 5:55 am Post subject: To Insert Xml into Blob field in oracle DB via esql
Novice
Joined: 05 Mar 2014 Posts: 13
Hi Everyone,
I need to insert the XML into blob field in oracle db. Tried below query, it is resulting with invalid hexadecimal conversion. Can any one help us through...
Code:
DECLARE wholeMsgBlob BLOB
ASBITSTREAM(InputRoot.XMLNSC,
InputRoot.Properties.Encoding,
InputRoot.Properties.CodedCharSetId );
DECLARE wholeMsgChar CHAR
CAST(wholeMsgBlob AS CHAR CCSID InputRoot.Properties.CodedCharSetId);
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum