what is service oriented architecture in Informatica 8 version
how to get the data from the client machine and how to get server location data to client loction can any one explain bit deep please..!
What is Session and Batches?
If a table contains 100 records we have to fetch 50-100 records from source to target?how
The structure of source file is as below: Source structure(two fields) Name, Card NUmber A, 111111111(SSN) A, 01010101(Creditcard number) A, 34343434(Debit card number) B, 55555555(Creditcard number) C, 77777777(Debit card number) Target Structure(4 fields) Name,Credit card,SSN,Debit card A,01010101,111111111, 34343434 B,55555555,, C,,,77777777 Corresponding to one name there can be maximum 3 rows and minimum zero rows. Given that I do not know which record might have a particular type of number. How can I handle above requirement with informatica transformations?
with out using update strategy transnsformation how to update the data in mapping level
What is the status code in stored procedure transformation?
If there are more than one sessions running parallel in a worklet, which will be the last session ?
What are the tasks that source qualifier perform?
i have 50500 records in my source.if wf run for the first time it will load 1000 records into 1 tgt,if runs second time it will load to another tgt.targets are FF and it is need to be created dynamically.how many tgt will be created and how?
Can you please mail me a copy of Informatica Certification Exam dumps to sriveniv@hotmail.com
How do you create single lookup transformation using multiple tables?
I have a condition sal=100 and I created one router and in that two groups g1 and g2 in g1 Sal<=100 and g2 Sal>=100, first which condition will satisfy, and Why?