CONVERT TIMESTAMP TO USER DEFINED DATE FORMAT

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
vinodbp
Participant
Posts: 19
Joined: Thu Nov 29, 2007 12:29 am
Location: KOLKATA

CONVERT TIMESTAMP TO USER DEFINED DATE FORMAT

Post by vinodbp »

Dear friends,

source is oracle and target also oracle.
I need to convert timestamp to user defined date format


Please suggest me to how to over come this problem

Thanks
Vinod
vinodkumar.b.p
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Oracle Date and Timestamp are not stored with formats. You can choose which display format to use when converting to a string or display output.
What is your actual problem in this case? What format do you need where?
Post Reply