Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
While transferring data from excel to database table, I found some column mismatch errors which I fixed in both excel and mapping. But atlast it is giving just one error 'ORA-01861: literal does not match format string' and there is column description.Also in the job it shows all the records transferred from Input via tmap to Output, but still because of error none of the records is to be seen in database. How to handle this?
Yes I am trying to insert Date.
Ok here it is.
Hello!
Do you have any date field in any of your schemas? You should have a look at them, it seems that you're trying to load some date information as String and your table hold it as a date format.
Could you share your table metadata information?
Thank you