Please help me in understanding this issue -
Am trying to load from a Production to Development table. One of the field structure is varying from Prod to Dev.
Production table column -
MY_PROD_FIELD CHAR(8) CHARACTER SET GRAPHIC CASESPECIFIC
Development table column -
MY_DEV_FIELD CHAR(8) CHARACTER SET LATIN CASESPECIFIC
Can anyone differentiate between these two character sets.