DB2_XML_STRING_RESYNC
Theparameter DB2_XML_STRING_RESYNC defines the synchronization
between the SYSIBM.SYSXMLSTRINGS and the repository table
DB2XMLStrings when reading Db2 XML log data and Db2 imagecopy
data.
The parameter value is numeric with the values 0 –
4 and is only used for CDC scripts.
The values have the following meaning:
| 0 | No synchronization |
| 1 | The two tables are synchronized if the max(Stringid) in the
repository table is smaller than in
SYSIBM.SYSXMLSTRINGS. Then, the CDC processing
is continued. |
| 2 | Both tables are synchronized and the CDC processing is continued. |
| 3 | The two tables are synchronized if the max(Stringid) in the
repository table is smaller than in
SYSIBM.SYSXMLSTRINGS. Then the processing is
finished. |
| 4 | The two tables are synchronized and then the processing is finished. |
The default value is 1.