oracle - How can I insert a long XML string into a blob in pl/sql? -


i have xml string has more 5000 characters. have store xml string in oracle db having blob data type shown toad.

how can stored?

try

insert tabblename values(utl_raw.cast_to_raw(varchar2data)); 

varchar2 has size 4000 column , 32767 variable.


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -