Bhawesh,
You misunderstood what I said. Let me try to be clearer.
In Oracle, the default format for DATE is DD-MON-YY, right? Therefore, if I want to insert a date into Oracle but I also want to specify the time (HH24:MI:SS, for example), I cannot simply use the default format to insert the date as a string because, as you can see, time is not part of the default format.
Without changing the database’s default, one could still insert the time along with the date by using the to_date function. My last suggestion was just an alternative to using the to_date function, just in case Nancy was looking for one.
Thanks,
Percio
#Integration-Server-and-ESB#Adapters-and-E-Standards#webMethods