unicode - Informatica Powercenter data truncation/overflow error -
unicode - Informatica Powercenter data truncation/overflow error -
i'm trying create simple info loading ipc mapping 1 oracle db another.
the source table construction following:
id number; c_value varchar2 (16); c_code varchar2 (16); sn number; su number;
the target table construction following:
id number c_value varchar2 (20) ssid number loadid number loadrownumber number datebegin date dateend date
when i'm running workflow i'm getting next error:
8340||error: target table [type_acc_rrb] info truncation/overflow error.
when i'm trying debug mapping, i'm seing input string in c_value
field presented unicode characters , it's length doubled in bytes.
does informatica count chars of bytes length of it's string fields? how create see chars, not bytes?
what see session log is:
server mode: [unicode] server code page: [utf-8 encoding of unicode] session sort order [binary]. source database connection [rbo01] code page: [ms windows cyrillic (slavic)] target database connection [stg1] code page: [ms windows cyrillic (slavic)]
my mapping:
the solution define environment variable nls_lang=russian_russia.cl8mswin1251 on ipc server
unicode overflow informatica-powercenter truncation
Comments
Post a Comment