Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I transfer my data base which come from MSQL Server for going Oracle. I use job with a iteration on all tables and the all tables are transfered one per one with two components tmssqlinput and toracleoutput with dynamic schema.
So i have two problems and i don't find a solution :
- On MSSQL Server i have fields which returns values "null" but in Oracle DB my fields can't accept values "NULL". My field in Oracle have a default value. How to do for replace value NULL per "" or 0
- Second problem is.. On MSSQL i have an Image in MSQL DB..... :-/And on oracle the field is BLOB, i have error : "java.sql.SQLException:Invalid column type". I have tchek the mapping talend (on windows->preference->specific setting->Metada of Talend) and they are same for the two DB.
My version talend is 6.0.1.20150908_1633
Thank for your help,