Special or Accented Characters are Missing After Running Informatica
Dear Gurus, we are running an ETL that basically gets the information from an Oracle DB and puts it into another Oracle DB. The weird thing is that, for some tables, we are not getting Special or Accented Characters:
Example:
- W_INT_ORG_DHS.ORG_HIER1_NAME = "Cafetería HUSI"
- W_INT_ORG_DH.ORG_HIER1_NAME = "Cafeterᅵa HUSI"
Changing the Characterset was one of the things that comes in mind but there are tables with the correct information in that Database.
- Source Characterset: WE8ISO8859P15
- Target Characterset: AL16UTF16
Do you know what could be happening here?