Creating an XML file to use unique-index ID resolution
About this task
- There is no entry in the properties file for the table being analyzed.
- There is no properties file.
Unique-index resolution uses any of the specified unique indexes on a table as a means of locating the identifier.
To update
the contents of the database, you need to know the unique key from
the primary table in the database. You can query your database to
find this out. For example, a DB2 command for retrieving a unique
key will look similar to the following:
db2 describe indexes for table
schema.tablename show detail
Procedure
Partial example of unique-index resolution