In real time scenario where can we use mapping parameters
and variables?

Answers were Sorted based on User's Feedback



In real time scenario where can we use mapping parameters and variables?..

Answer / pendekanti praveen kumar

Before using mapping parameters and mapping variables we
should declare these things in mapping tab of mapping
designer.

A mapping parameter cannot change untill the session has
completed unless a mapping variable can be changed in
between the session.

Example:::
if we declare mapping parameter we can use that parameter
untill completing the session,but if we declare mapping
variable we can change in between sessions.Use mapping
variable in Transcation Control Transformation......

Is This Answer Correct ?    40 Yes 7 No

In real time scenario where can we use mapping parameters and variables?..

Answer / bsgsr

mapping variable unlike mapping parameter changs its value
during session execution. it is used in incremental loading.

parameters are used in many scenarios like loading the data
of employees who joined ina particular year, for
timestamping, loading the data related to a particular
product id. alike.

if i am wrong let me know.
bsgsr12@gmail.com

Is This Answer Correct ?    21 Yes 3 No

In real time scenario where can we use mapping parameters and variables?..

Answer / ram kumar

Mapping & Mapplet, v can use the mapping parameter &
variable. V can also create the parameter & variable in the
sesssion level.

Is This Answer Correct ?    31 Yes 23 No

In real time scenario where can we use mapping parameters and variables?..

Answer / kittu

Before using mapping parameters or variables first we hav to declare them in mapping level.After that we can create parameter file with .txt or .prm extension . Mapping parameters are used when the requirement need the values that cannot change with in session where as mapping variables can change the value with in session the best example for mapping variable are we can use them in concept of Increamental Loading and also to generate sequence numbers with out using sequence Generator Transfomation.

Is This Answer Correct ?    7 Yes 4 No

Post New Answer

More Informatica Interview Questions

How to enter same record twice in the target table,explain?

7 Answers  


can anyone explain me about retail domain project in informatica?

0 Answers   Zensar,


Describe an informatica powercenter?

0 Answers  


what are surrogate keys?

5 Answers  


How to recover sessions in concurrent batches?

1 Answers  






I have a scenario with router transformation. but i dont want to capture records from default group. how can we achieve this.

3 Answers   Amdocs,


my source like dis 10,asd,2000 10,asd,2000 10,asd,2000 20,dsf,3000 20,dsf,3000 20,dsf,3000 like dis and my requirement is first record is inserted into first target and duplicates of first record is inserted into second target ...like dis way ...? how to achieve dis?

4 Answers   Mind Tree, Polaris,


My source data like... Empid Name 10 chandra 10 sekhar I am expecting result is Empid Ename 10 Chandrasekhar How can we solve this prob?

3 Answers   Cap Gemini,


what is incremental data aggregation?

3 Answers   IBM,


Can we use Lookup instead of Joiner to join 2 tables? If yes which is faster and why?

2 Answers   TCS,


Can we create multiple integration service on single repository?

0 Answers  


My source is flat file which contain only one column with data type varchar.now i want to send string data types into one target and if any numbers and special characters are there that should be send it into another target.so how do you design a mapping for this?

6 Answers   Accenture,


Categories