I have a flat file source with date format dd-mon-yyyy
I would like to transfer this into oracle table column (Date datatype)
How can I get it.
I tried assesing the flat file date fiels as "String" , using expression tr I used To_Date function to convert into date [to_date(Date_port, 'dd-mon-yyyy') ] this function is returning a viered date.
Can some one help me achieve this
I would like to transfer the date as it it
My source file conatin date "dd-mon-yyy" format and I would like to transfer this into oracle target as it is "dd-mon-yyyy".
I am using informatica 6.2
I would like to transfer this into oracle table column (Date datatype)
How can I get it.
I tried assesing the flat file date fiels as "String" , using expression tr I used To_Date function to convert into date [to_date(Date_port, 'dd-mon-yyyy') ] this function is returning a viered date.
Can some one help me achieve this
I would like to transfer the date as it it
My source file conatin date "dd-mon-yyy" format and I would like to transfer this into oracle target as it is "dd-mon-yyyy".
I am using informatica 6.2