Hi All,
I'm trying to load data from flat file to oracle database table using Informatica power center 9.1.0 and I have some special characters in source file. Data are loaded successfully without any errors but these special characters are loaded different way like
1) Planner – loaded as Planner ��������
2) Háiréch loaded as Hair��������ch
While same flatfile loaded into another flatfile,data loaded correctly including special characters.So,I am unable to understand problem with database or informatica.
Source
Flat File - comma ',' delimited
Code page is defined as UTF-8 encoding of Unicode
Relational connection
I have tried by changing the code page while creating relational connection in Informatica to UTF-8, ISO 8859-1 Western European, MS Windows Latin 1 etc.,didn't work.
Informatica
Integration Service and Repo code page is defined as UTF8
Target
Oracle database
NLS_NCHAR_CHARACTERSET: AL16UTF16
NLS_CHARACTERSET: AL32UTF8
Thanks
Sai