~PL~|~VI~|~Tiếng Ba Lan~
~SK~|~VI~|~Tiếng Slovak~
~PT~|~VI~|~Tiếng Bồ Đào Nha~
above is the data i’m trying to load
Record 1: Rejected – Error on table TBBU_LANGUAGE_NAMES, column LANG_CODE.
ORA-12899: value too large for column “LANGUAGE_NAMES”.”LANG_CODE” (actual: 10, maximum: 2)
Record 2: Rejected – Error on table LANGUAGE_NAMES, column LANG_CODE.
ORA-12899: value too large for column “LANGUAGE_NAMES”.”LANG_CODE” (actual: 9, maximum: 2)
Record 3: Rejected – Error on table LANGUAGE_NAMES, column LANG_CODE.
ORA-12899: value too large for column “LANGUAGE_NAMES”.”LANG_CODE” (actual: 9, maximum: 2)
Can any one tell me the issue.
three columns lang_code varchar2(2), taget_lang_code (varchar2(2)), name varchar2(35)