I have a date in 2010:08:11:13:50:16 format, I want to write this format in oracle.
I've tried it using a date formater transformer but it didn't worked then I split the record and reconcateneted it in the native SQL format of DD-MM-YYYY but it also failed.
Can anybody please help me in this.
IMRAN