inserting to a table from XML file loaded in a BLOB column
I have a table bill (billid number(10), billdetail blob) .I am loading a XML file into this table .My requirement is to read the XML file and write the values into a table .
Can someone help me with a sample code .
I am trying to use DBMS_BLOB.READ and xmlgen.insertXML to do the same.
Since I am new to SQL/PLSQL I am having difficulties writing a code.
Thanks in advance.