Insert child node using xml db in pl/sql (oracle 9i)
An xml document will be passed as an input parameter to the procedure. I will have to get the node values and need to insert/update those into relational tables. Those things I did using extract, extractValue, XMLSequence. Now I need to do one more thing. I need to insert child nodes with the xml. Functions insertChildXML, appendChildXML etc are available with oracle 10g. But I have to do those things using oracle 9i. Could you please tell me how to do that?
I need these urgently.
thanks.