wat s mapping parameter and mapping variable? how do you
set that in a mapping?
Answer Posted / basha
Mapping parameter is a parameter whose value does not change
through out the session run.This will take the value from
the parameter file.
Mapping variable value will be saved by session so this
value can be used from the next sessions runs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a passive transformation?
Explain the informatica workflow?
What is the way to execute pl/sql script using informatica mapping?
What is exclusive and normal mode for repository services?
What is pmcmd command?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
what is $$$$?
Is there any target staging area in informatica not staging area
What is workflow monitor?
how tokens will generate?
How might one distinguish in the case of mapping is right or not without associating session?
Describe an informatica powercenter?
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C
write a query to retrieve the latest records from the table sorted by version(scd)
How can we delete duplicate rows from flat files?