Hi Experts ,
While loading data from TXT file to ORACLE, ODI job is failing and .BAD and .ERROR file is created.
.ERROR file:
Line 176783: ODI-40469: Value was incorrect for column 31: String 001-105 Orville, NY is not a valid representation for a Number
Line 176783: ODI-40469: Value was incorrect for column 45: String CLOSED is not a valid representation for a Number
Line 176783: ODI-40469: Value was incorrect for column 66: String 03/23/2015 is not a valid representation for a Number
ORACLE datatypes of this columns are VARCHAR2 ,VARCHAR2 ,DATE but not sure why its showing like "not a valid representation for a Number"
Thanks