Hi,
My requirement is i have clob column for encryption of data purpose I want to update the tag values in the XML.
I want to create the one procedure like test_Clob(p_input_tag_name varchar2, P_tag_update_Value varchar2)
Note: Tag name will come dynamically, and update value also dynamic.
Is there any chance to search the tag name from the root node(we don't know the exact path) if it's there want to update the value.
My DB version is 11.2
Thanks,