Convert SQL SERVER DATETIME into ORACLE TIMESTAMP
732390Dec 26 2009 — edited Dec 26 2009I have to convert a column's datatype.
The source column's datatype is DATETIME which is in SQL Server to TIMESTAMP(datatype in target which is oracle)
Can anyone help me please