I have table name called Team and I have name and DOJ in
that table in oracle, when I retrive the table in
Informatica DOJ shows with date and time , I want want to
know is it possible to get only date(MMDDYYYY) in the date
data type,

Answers were Sorted based on User's Feedback



I have table name called Team and I have name and DOJ in that table in oracle, when I retrive the ..

Answer / bk

TO_CHAR(DOJ_port, 'MMDDYYYY')

Is This Answer Correct ?    14 Yes 0 No

I have table name called Team and I have name and DOJ in that table in oracle, when I retrive the ..

Answer / yashvi

You can use TRUNC function in exp transformation e.g
TRUNC(to_date(fieldname,'mmddyyyy')

Is This Answer Correct ?    6 Yes 0 No

I have table name called Team and I have name and DOJ in that table in oracle, when I retrive the ..

Answer / srinu

oracle support range
Jan 1, 1753 AD
to
Dec 31, 9999 AD

in informatica
The default date display format is
DY MON DD HH 24:MI:SS YYYY.
When you specify a date display format,
it displays in the test window. An invalid date display
format is marked invalid.

if u not able to Understand,,,,

Please send the Question Clearly,,,,srinu

Is This Answer Correct ?    3 Yes 7 No

Post New Answer

More Informatica Interview Questions

List the transformation in informatica.

1 Answers   TCS,


What is the difference between STOP and ABORT options in Workflow Monitor?

0 Answers  


can anyone suggest best free Talend data integration training online

0 Answers  


can we see default group,when we use router?if yes how?

2 Answers   L&T,


Plz..let me know differences between Informatica 7.1 and 8.1?

3 Answers  






Why filter transformation is an active one?

0 Answers  


what is data driven in informatica

5 Answers   IBM,


Is it possible to define a single node as a Gateway node as well as worker node?

0 Answers  


Define mapplet?

0 Answers  


we have three columns and two rows. col1 col2 col3 a b c want to change into 2 columns and 3 rows ,how? col1 a col2 b col3 c which transformation u'll use and how?

3 Answers   Cognizant,


source : col1 101 101 101 102 102 102 103 103 103 col2 1000 1500 2000 1200 2300 3000 2400 1300 2000 i need target as col1 101 102 103 col2 1000,1500,2000 1200,2300,3000 2400 1300 2000

6 Answers   CTS, Wipro,


difference between repository database and repository service?

0 Answers  


Categories