Hi,
I trying to map a datetime field (SQL Server) to a Date field in my Oracle DB staging table.
The format in source (SQL Server) is 2014-08-12 15:04:48.927 and in the mapping for the staging table i am using the function TO_TIMESTAMP(sql_field_name, 'YYYY-MM-DD HH24:MI:SS.ff')
When executing the interface it fails with the error: ORA-01843: not a valid month
Is there an error in the conversion?
Any help will be appreciated.
Thanks.