What is the commit type if you have a transaction control transformation in the mapping?
r u done any partitions in ur project?
write a query following table bookid language 1234 english 1234 french 1234 spanish 1235 english i want the output are bookid lang1 lang2 lang3 1234 english french spanish 1235 english null null
what is the complex transformation you used in informatica
When you connect to repository for the first time it asks you for user name & password of repository and database both. But subsequent times it asks only repository password. Why?
how many new transformations are introduced in 8.1 which are not available in 7.1? any new transformation in 8.6?
Sequence generator, when you move from develoment to production how will you reset
How many number of sessions can one group in batches?
How to update or delete the rows in a target, which do not have key fields?
Explain about Recovering sessions?
write sql query following table quarter sales q1 1000 q1 2000 q1 3000 q1 4000 q2 5000 q2 6000 q2 7000 q2 8000 q3 1000 q3 2000 q3 3000 q3 4000 q4 5000 q4 6000 q4 7000 q4 8000 i want the output format like q1 q2 q3 q4 1000 5000 1000 5000 2000 6000 2000 6000 3000 7000 3000 7000 4000 8000 4000 8000
In ur current projectu have done any performance tuning of mappings?
How can i set break points in debugging mode ? can explain steps please?