To support ISIM DN values longer than the column sizes defined in IGI,
ISIQ relies on a DATA_TRANSFORMATION_MAPPING table.  To create this
table, run one of the following scripts according to your IGI database
type.

DB2:
clpplus igacore/<passwd>@<host>:<port>/<db-name> @create-dtm-db2.sql

Oracle:
sqlplus iga_core/<passwd>@<SID> @create-dtm-ora.sql

