Re: Oracle to Kudu
Posted by ErmanArslansOracleBlog on Oct 06, 2020; 5:21pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Oracle-to-Kudu-tp8834p8836.html
you didn't mention the application that is getting the error, but it seems the actual error is ;
Mapping of SourceType {org.joda.time.DateTime} to TargetType {INT64(-5)} is not supported for target filed {data_speed_n}.
So it is clear that this application doesn't support the thing that you are trying to do, so change that mapping if you can. For instance, don't map DateTime to INT64(-5), map it to someting else.. Check your target environment, and check if you can make that kind of a change there.
This is what I can tell you on this at the moment.