Hi Everybody,
I have one fixed width file as source and 4 oracle tables
(relational) as target. What are the Unit test cases i need
to implement ?
1.Using TextPad software i tested postion of the field
2.As per specification i tested like whether it is
correctly mapped or not?
Is there any other test case do i need to implement.
If possible can any one give me the test cases
Advance Thanks
No Answer is Posted For this Question
Be the First to Post Answer
which transformation should we use to get the 5th rank member from a table in informatica?can we achieve this in sql?
i having source, router transformation, two targets in my mapping... i given two conditions in router 1)sal >500 2)sal < 5000 --------------- my source is havig two sal records (1)1000 (2)2000 then which target will load first? will both targets are get load or single target only get load...... why?
When do you use mapping parameters? (In which transformations)
What is rank transform?
Do joiner transformation use cache? If so describe?
If we have a two tables A & B A contain 10 records,B contain 20 records,what w'll b the o/p if we perform normal join,Master outer join,Detail outer join and Full Outer join how?
Where we use dynamic lookup and where we use it?do we generate surrogate keys using dynamic lookup?can we use it for scd type 2 mapping and why?
In aggregator if u enable sorted input what will be the output and disable sorted wt is output
write sql query following table amount year quarter 1000 2003 first 2000 2003 second 3000 2003 third 4000 2003 fourth 5000 2004 first 6000 2004 second 7000 2004 third 8000 2004 fourth i want the output year q1_amount q2_amount q3_amount q4_amount 2003 1000 2000 3000 4000 2004 5000 6000 7000 8000
what is the hint? how to use it to reduce the query processing in program?
What is an aggregator transformation? it is active why cant it be passive explain?
i have thousand records in my source(flat file) i wanna load 990 records i don't want load first 5 records and last 5 records at informatica level?