Converting from MS SQL timestamp to Oracle Date
ss396sSep 22 2009 — edited Sep 27 2009Anyone done this before. I need to convert the MS date to a string (no problem) with a mapping on the source, but then I need a mapping on the target to do a to_date(xx,fmt) I guess. I suppose I could use a variable, but not sure how I can do the tow mappings.