How to convert a row into column and a column into rows?
Name all DTM threads.
What all threads stop when we issue STOP or ABORT?
How to pass the value of a data(variable kind of) from one session ( generated in mapping) to another session in the same workflow...
What are the tyoes of partitioning you know and how to apply them in real time ...
Can partitioning be applied to expression transformation and how
No Answer is Posted For this Question
Be the First to Post Answer
In pmcmd command we need to type -p:password. Will it be visible to others who is having access to this file ?
How would you join a node to the already existing domain?
My source has 100 records. I have targets say in number 5. all target tables has parent and child relationships in between themselves. Now I want to load all 100 records into all targets. How U can ensure that record inserted in parent and then loaded into child.
When the informatica server marks that a batch is failed?
What is the difference between informatica 7.0 and 8.0?
i have flatfile source. i want to load the maximum salary of each deptno into target. what isthe mapping flow
what are the settiings that u use to cofigure the joiner transformation?
What if the source is a flat-file? Then how can we remove the duplicates from flat file source?
Hi, As shown below i have repositories under that some folder are there . Between these repositories and folder some thing is there.I want to know what is that? repositories repo1 repo2 repo3 IS_## IS_## IS_## Folder1 Folder2 Folder3 - - - Here i want to what IS_## represents ? Advance Thanks
Explain the etl program with few examples.
in source one table is there. id value --- ------ 1 a 2 b 3 c 1 d 2 e 1 f in target i want id value ---- ------ 1 a,d,f 2 b,e 3 f How to implement it in informatica without using normalizer transformation?
By using Transformation i need top most 5 employee salary from each deptwise? Deptno 10,20,30? which transformation we need to use?