Start of change

ADB7396W Source has long column names with length more than 30 bytes and subsystem parameter TABLE_COL_NAME_EXPANSION is not set. This might cause failure to create long column names during runtime.

Explanation

The compare source has column names that are greater than 30 bytes. However, because the TABLE_COL_NAME_EXPANSION subsystem parameter is set to OFF, Object Comparison Tool cannot define column names that are longer than 30 bytes. This situation might cause errors when applying the changes to the target.

System action

Processing continues.

User response

If you want to create long column names on the target, set TABLE_COL_NAME_EXPANSION to ON.
End of change