Year out of range error
We are getting below error:
oracle.odi.runtime.agent.ExecutionException: Session Failed :3044 : 17268 :
99999 : java.sql.BatchUpdateException: Year out of range.17268 : 99999 :
java.sql.SQLException: Year out of range.
java.sql.BatchUpdateException: Year out of range.
We are running ODI scenario and it tries to read from source and load into target both Oracle.
In the source there is one row with Date value as ‘01-01-4712 00:00:00’ (BC date). that gives mentioned error.
ODI APIs on WebLogic 10.3.4 and ojdbc6dms.jar gets used. Same jar used from 10.3.3 works fine.
Can anyone suggest anything.