I have a Time column in my SQL Server table which has data like (14:00:00.0000000).
I am trying to load this type of data in Oracle table which has corresponding column datatype as timestamp. I am trying to convert the time column in SQL server to timestamp column in oracle using Informatica.
Whats the best way to do it?