can we override a native sql query within informatica? How do we do it?
No Answer is Posted For this Question
Be the First to Post Answer
How to calculate the cache size if say we are doing a performance check on a mapping and found that a particular cache needs to be changed. Is there a formula to calculate this! i know that informatica has a auto option available but how to calculate manually?
What are the rank caches?
how to design mapping half of source table records into one target and remaining half into another target
why we are using level option in normalizer transformation
i have a source table ID NAME SAL 101 A 1000 102 B 2000 103 C 1500 target load should be ID NAME SAL 101 A 1000 101 B 2000 101 C 1500 102 A 1000 102 B 2000 102 C 1500 103 A 1000 103 B 2000 103 C 1500
hi guys..iam a QA person ..what is ETL TESTING... what is the process of ETL testing... ETLTESTER needs etl devolopment knowledge or not? pls suggest ur valuable decision
How would you join a node to the already existing domain?
write sql query following table city gender no chennai male 40 chennai female 35 bangalore male 25 bangalore female 25 mumbai female 15 i want the required output city male female chennai 40 35 bangalore 25 25 mumbai 15
why dimenstion tables are denormalized in nature ?
What are the different ways to implement parallel processing in informatica?
can we override a native sql query within informatica? Where do we do it?
On lookup on any table we can get only a)any value or b)last value but if i need both duplicate values How can i achieve?