captureMode |
ON |
Causes pureQuery to capture statements when
you run those statements in an application. The statements run dynamically
because the property executionMode is set to DYNAMIC by
default. |
For
a non-clustered application: pureQueryXml or outputPureQueryXml |
file-name.pdqxml or file-name.xml |
Causes
pureQuery to capture statements, and information related to those
statements, in the file that you specify. There is no default value
for these properties. You must use one of these properties or the
other. |
For
a clustered application: outputPureQueryXml |
file-name$X.pdqxml or file-name$X.xml |
Causes pureQuery
to capture statements, and information related to those statements,
from each application instance in the cluster to files specific to
each instance. pureQuery generates the names of the files because
of the $X, which pureQuery replaces with the ID of the class loader
for the instance and with a timestamp. The file-name prefix
is optional. Use the
Merge utility to merge these files together.
|