You can merge two or more pureQueryXML
files together that contain SQL statements that were captured from
an application and that run against a single data source.
You will have more than one pureQueryXML
file for an application in the following types of situations:
- You captured SQL statements from a clustered application. Now,
you need to merge the pureQueryXML files that each application instance
created.
- You captured SQL statements from a non-clustered application.
You then captured additional SQL statements from that application.
When you ran your application and captured these additional statements,
you set pureQuery to check each statement against the original pureQueryXML
file. If a statement was not yet captured in that original file, pureQuery
captured it in a second file that you specified with the outputPureQueryXml property.
Now, you need to merge the original file and the second file together.
There are two ways that you can merge pureQueryXML files.