I have an table with name ABC which has CLOB data. I want to update the column to insert string in specific position in this Clob column.
String to be inserted :
<nv_pair>
<name identifier="XYZ"></name>
<value identifier="XYZ"></value>
</nv_pair>
Clob Data :
<form> <nv_pair></nv_pair> <nv_pair></nv_pair><nv_pair></nv_pair><nv_pair></nv_pair></form>
Position to be inserted : Just Before </form>