What is option by which we can run all the sessions in a batch simultaneously?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between Load Manager and DTM?
tell me the datawarehouse defination,and it is maintaing hystorical data meaning,what is the use
Debugger what are the modules, what are the options you can specify when using debugger, can you change the expression condition dynamically when the debugger is running.
Can u generate reports in Informatica?
What is the Difference between sorter and aggregator?
Explain sessions?
Difference between Target-based loading and constraint-based loading?
permutations of mapplet
I have 4 columns in a table say, name ,address, salary and city. So based on distinct city names, i need to combine the other data and send it to a flat file. Distinct city names can be 4 or 5 or 6. So it has to dynamically generate flat files(4 or 5 or 6) corresponding to the city names.
what is procedure to use mapping variable in source qualifier transformation? with example
Please create a mapping where I have source which has one column with name like Aman_Gupta Rakesh_Mehra Sachin_More I want the target field should contain the name in reverse order i.e Gupta_Aman Mehra_Rakesh More_Sachin. Can you please tell me what transformation would be needed to do this.
wtite sql query following table are city gender no chennai male 40 chennai female 35 bangalore male 10 bangalore female 25 mumbai female 15 i want the output? city male female chennai 40 35 bangalore 10 25 mumbai null 15