How do you implement scheduling in Informatica?
We can use Scheduler option in Workflow to schedule the entire mapping.
Also, if we are using any central scheduler tool for this purpose, we can create a command file with PMCMD to run the workflow and schedule execution of that command file in a scheduler.
Is This Answer Correct ? | 2 Yes | 0 No |
Can you start a batches with in a batch?
following table source target name gender name target a1 male a1 female a2 female a2 male i want a1 female update to target how will do?
my source has 2 columns. 1st column data: ABC ABC ABC XYZ and 2nd column data: 1 2 3 4. And my target should be ABC 1 2 3, XYZ 4
Write a query to display Which deptno is containing highest Sal > avg (sum (Sal)) of all deptno; Avg (sum (Sal)) o f all deptno= 9675 Deptno, sum (Sal) 10 8750 20 10875 30 9400
I have a source either file or db table Eno ename sal dept 101 sri 100 1 102 seeta 200 2 103 lax 300 3 104 ravam 76 1 105 soorp 120 2 Want to run a session 3 times. First time: it should populate dept 1 Second time: dept 2 only Third time: dept 3 only How can we do this?
What is meant by lookup transformation? Explain the types of lookup transformation?
Implementation methodology
what are the difference between Informatica 7.1 and 8.1?
How do you implement configuration management in Informatica?
WHAT IS THE DIFFERENCE BETWEEN .NET AND INFORMATICA?
Can you copy the session to a different folder or repository?
can every transfomation reusable?how?