Could you explain what is enterprise data warehouse?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different options used to configure the sequential batches?
Two workflows are running at same time first workflow is succeeded but second workflow is failed but there is no dependencies?
What is the function of union transformation?
What is the maplet?
What are the tasks that source qualifier perform?
suppose a session is failed after a transformation , from where that session will run again , i.e . from beginning or from that transformation ?
"Change cache" in Informatica ?
What is option by which we can run all the sessions in a batch simultaneously?
i have a session which creates a file every time when i runs the session, but it replaces the first file with second file,i want to append the second file follwed by first file when i runs the session,how to achieve this?
my source having 10 records but how can i load 20 records in target, i am not bother about duplicates?
How to call shell scripts from informatica?
I HAVE A SOURCE FILE CONTAINING 1|A,1|B,1|C,1|D,2|A,2|B,3|A,3|B AND IN TARGET I SHOULD GET LIKE 1|A+B+C+D 2|A+B 3|A+B WHICH TRANSFORMATION I SHOULD USE