I have a simple ODI mapping to move date from Table to Table where the source is Microsoft SQL Server and the target is Oracle. On the Source the date column is defined as datetime and on the target, date.
when I run the mapping I get ORA-01843: not a valid month. All the rows have valid dates.
I have other ODI mappings that source data from another Microsoft SQL Server source and they work without any error or having to resolve to changing the source column to CHAR and then using a TO_DATE function. How can I further debug this ?