You are not logged in.
Announcement
Unanswered posts
|
if I change the datatype to Java..byte[]..I am able to insert data into db2....Otherwise. I get error..."com.ibm.db2.jcc.a.SqlException: Illegal Conversion"...But the data in in HEX format.....
I have a column VARCHAR2 in Oracle and in DB2 I have VARCHAR FOR BIT DATA... When I run the ETL JOB the data gets loaded and LOOKS like it is in HEX format.
How to i make sure the data is in ASCII....thx