Please tell me which institute is the best to study
Informatica and asp.net in chennai
Also please send me the latest interview questions in
asp.net,c# and sql server to my id ramtryin@gmail.com
No Answer is Posted For this Question
Be the First to Post Answer
when do we use static cache and when do we use dynamic cache in lookup transformation? with example.
Explain incremental aggregation in informatica
What are the new features in Informatica 5.0?
which one is better either active or passive transformation in informatica
I have a scenario which load the data frm single source to 2 targets as T1, T2, and T1 have a P.K and T2 have F.K relations. first data has to load in T2, and then data load to T1 if that record exist in T1... how can we acheive it?
I have source data like this col1 col2 col3 5 3 8 6 2 9 7 1 10 and i want to get target as col1 col2 col3 5 1 8 6 2 9 7 3 10 which transformation i have to use and how?
Is scd logic we have lookup right to compare the values with source and target,instead of lookup can u have any transformation or any way to do this?
if soource is having 10 records how will u insert 20 records to target
100 records in source and i have 3 targets, my requirement is first record insert into 1st target,2 record into 2nd target,3 record into 3rd target and again 4th record into 1st target like dat..how to implement dis?
Hi, I am new to Informatica, What is a flat file and how to use flat file in infomratica please help me.
what are the perameter and variable?
Let’s say I have more than have record in source table and I have 3 destination table A,B,C. I have to insert first 1 to 10 records in A then 11 to 20 in B and 21 to 30 in C. Then again from 31 to 40 in A, 41 to 50 in B and 51 to 60 in C……So on up to last record.