Hi All,
I have data in below format 3142016 so the mm having no leading zero so I have changed in below format and it is working fine in database but not working in sql loader getting below error.
let me know how to solve this issue.
SELECT to_date(to_char(3142016,'09099999'),'MMDDYYYY') from dual

