Hi,
I have a Clob containing XML string. I need to retrieve that xml and update it. (oracle 8i)
I have access to dbms_xmlQuery and Dbms_xmlSave but this is all new to me so please can you help me do the following:
1) how to read a the clob datatype as XML,
2) how to search for particular node value
3) how to update an attribute in the XML node
Many thanks in advance.
Zapster
I have a Clob containing XML string. I need to retrieve that xml and update it. (oracle 8i)
I have access to dbms_xmlQuery and Dbms_xmlSave but this is all new to me so please can you help me do the following:
1) how to read a the clob datatype as XML,
2) how to search for particular node value
3) how to update an attribute in the XML node
Many thanks in advance.
Zapster