I have an XML string that contains more than 5000 characters. I have to store this XML string in Oracle db having blob as the data type, as shown by the toad.
How can it be saved?
try it
insert into tabbleName values(utl_raw.cast_to_raw(varchar2Data));
varchar2 has a size of 4000 as a column and 32767 as a variable.
Source: https://habr.com/ru/post/1537634/More articles:Arrayformula elements for google () and split () files - google-spreadsheetThis results in the binding of two bindings in the collection to the same property. Parameter name: binding error in C #? - c #Android Return to the same fragment after clicking on the first goto fragment in the pager view - androidCSS layout, middle column fixed-width And positioned, two external column fluid widths, no spacing - htmlLinq Ρ ΡΠΊΠ²ΠΈΠ²Π°Π»Π΅Π½ΡΠΎΠΌ Lambda SQL - c#What is the Grails wrapper catalog for? - javaSort a two-dimensional array in C based on only the first column - cChanging default page break in xls file through Python xlwt module - pythonUnity3D: When transition conditions are evaluated - animationjQuery: detecting changes in object properties - javascriptAll Articles