If the Oracle column is a date column, you can just include the word SYSDATE in the SQL where the value for that column is being provided. No need, in that case, to deliver a value from DataStage, therefore not need to worry about conversion and so on. For example: INSERT INTO tablename (col1, c...