What happen when you enable grid option avilable at session
level ? (Ans found: Scalabily . A single session
Parallelization)
But how can one session is sharable among different nodes
at the same time while running ?
No Answer is Posted For this Question
Be the First to Post Answer
There are 10 flat files; out of 10 files 1 file is empty. How do you identify the empty file? How can you load all files into targets?
How will you display "Mr" for male & "Mrs" for female in target table?
my source is a comma delimited flatfile as eno, ename, sal 111,sri,ram,kumar,1000 and my target should be eno ename sal 111 sri ram kumar 1000 i.e; we need to eliminate the commas in between the data of a comma delimited file.
What are the transformations that cannot be placed between the sort origin and the joiner transformation so that we do not lose the input sort order?
Lookup transformation, one condition is having SQL override (Empno < 10) and the other condition is Lookup (Sal>1000), which is dynamic. How will u resolve this situation?
my source contain data like this cno cname sal 100 rama@gmail.com 1000 200 karuna@yahoo.com 2000 i want load my data to the target is cno cname sal 100 rama 1000 200 karuna 2000 plz send the answer
What are the modules in Power Center
What is xml source qualifier transformation in informatica?
TELL ME ABOUT WORK FLOW SCHEDULING?
I have 2records in target table and this record is deleted in source. Now if I run mapping twice how many records do target will have, source having 10records. Same with incrementally. Please answer me ASAP.
Why do flat file load is faster if you compare that with table load ? Please answer me. Advance Thanks, Manojkumar
what is the difference between mapplet & stored procedure?