AS/400 (MAPICS) TO ORACLE
This is the problem.
I'm passing a table from AS/400(MAPICS) to Oracle using ODI. The problem is that the data is all wrong. The different values for a column should be:
IND
SIN
SIS
SUD
And I'm getting:
C9D5C4
E2C9E2
E2C9D5
E2E4C4
Obviously it's a problem with the character set, but I don't know how to solve it.
The scenario is as follow:
Oracle Data Integrator Version 11.1.1
Oracle Database: 11g
Driver to connect to AS400: weblogic.jdbc.db2.DB2Driver (IBM DB2 Datadirect Driver)
Using LKM SQL to SQL
Using IKM SQL Control Append
The datatype at the source is char(3), but I get an error message saying that I need a char(6) in the target, so I changed to char(6) but I get that wrong data.