Can XMLDB get a delta between 2 XML files in Oracle 11g??
Is there any new feature in Oracle 11g, which will enable comparison of 2 XML files(of the same name) which are placed on the server and pick up only the delta/ changed values, which can be loaded into the database??
Is this comparison possible if the XML files are stored in the database as an XMLType column??
Thanks in advance!