What are pre and post-session shell commands?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between informatica 8.x and 9.x
I have 2records in target table and this record is deleted in source. Now if I run mapping twice how many records do target will have, source having 10records. Same with incrementally. Please answer me ASAP.
please let me know which type of question arise in interview on project manager round on insurance project with answer pls reply asap.
Explain in detail scd type 2 through mapping.
if we r using aggregator we enabled sorted input but the records r not sorted what happen?
In a sequential batch can u run the session if previous session fails?
What is predefined event?
1)you have multiple source system where u receive files ,how do you actually load into mapping using transformation,what are the transformation you use? 2)you have files in ftp location ,how do you get it into mapping with you ETL concept?
What is data movement mode in Informatica and difference between them?
In a table, 4 person having same salary. How to get Third person record only?
How can we get two output ports in un-connect transformation?
my source is like this id,name sal 10 abc 1000,10 pqr 2000, 10 xyz 3000 ,10 jkl 4000 and my requirement is like this 10 abc,pqr,xyz,jkl 2000 .... i have try for this by using expression transformatin its ok of the concatenation of second column but the thing is that on third column if u group by using agg t/r the last value will com i.e 4000 but i asked by a interviewer that i dont want the first or last column i want the middle column i.e 2000 .plz reply for the same