What are mapping parametres and variables in informatica?

Answers were Sorted based on User's Feedback



What are mapping parametres and variables in informatica?..

Answer / b.gopala rao

Mapping Parameters: Mapping parameter is a constant value
which points to any datatype in the entire mapping. its
value will not be changed as earlier said.

Mapping variable: Mapping variable is same thing like
mapping parameter except its value will be changed in the
mapping.

For define the value you can give the intial value or you
can create mapping parameter file. But in the file you
should specify the folder name. session name .
Ex:
[foldername.sessionname]
$$parameter1=100;
Otherwise informatica server can not recognize
the session.

Is This Answer Correct ?    36 Yes 2 No

What are mapping parametres and variables in informatica?..

Answer / bsgsr

mapping parameters and variables make the mappings reusable
and saves time. ex: u have created a mapping to load the
data of only deptno 10 into the target. next time if you
want to load the data of deptno 20 u have to create the
mapping again which is fom the scratch again. if you create
a parameter and define the value in the parameter file you
can simply change the value of the parameter and can use
the mapping again.

mapping parameter represents a constant value that doesnt
change during the session run where as mapping variable
represents a value which changes during the session run
and saves the max value to the repository which is used
next time when you run the session.

Is This Answer Correct ?    36 Yes 2 No

What are mapping parametres and variables in informatica?..

Answer / gopi

mapping parameter: it is a static.. the value cannot be
changed thorughout the session..
variable: it is dynamic..the value can be stored at the end
of session and the value cane be used next time run the
session

Is This Answer Correct ?    2 Yes 0 No

What are mapping parametres and variables in informatica?..

Answer / chandramohan reddy

Mapping parameter is a constant value that cannot be changed
during the mapping run.it is saved with an extension .PRM

Mapping variable is a value which can be changed during the
mapping run.

Is This Answer Correct ?    6 Yes 8 No

What are mapping parametres and variables in informatica?..

Answer / sid

you can change the value of a parameter in the mapping.The
new value will be stored in the repository.In case in the
next session run you for some reason fail to define the
parameter in the parameter file informatica will pick up
the last value form the reposiroty

Is This Answer Correct ?    2 Yes 9 No

What are mapping parametres and variables in informatica?..

Answer / raja

mapping parametres is constant value it should defines in
separately using mapping parametres create function provided
informatica server,
it use to create name,type,datatype,precision,scale.

mapping variable should varied when the each tome session
runs,it also use to create
name,type,precision,scale,aggreation.
it mainlyuse full for incremental load processing

Is This Answer Correct ?    5 Yes 15 No

Post New Answer

More Informatica Interview Questions

Where is the cache stored in informatica?

5 Answers   Infosys, Satyam,


if suppose i have 3 columns namely 1,2,3 in table a and 1,2,3 in table b Now in table a 1,2 and table b 1,2 columns are having same data.now based on this two columns either data should get inserted or updated. How do i write a sql query to check whether the data is populated correctly or not

2 Answers   Cap Gemini,


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

2 Answers  


What is the difference between a repository server and a powerhouse?

0 Answers  


How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.

0 Answers  






where actually the usage of push down optimization happens...

2 Answers  


What is a difference between complete, stop and abort?

0 Answers  


What will happen if we have a filter transformation used in a mapping and in the filter condition we specify 1. Yes nothing else, only the number 1. In other words, assuming we have 10 rows coming to this filter transformation as an input, how many rows will be output by this transformation when we have only 1 in the filter condition?

5 Answers   TCS,


In Lookup transformation a sql override should be done and disable the cache how do you do this procedure?

1 Answers   Wipro,


tell me the informatica architecture

1 Answers   Banca Sella, Wipro,


on a day i load 10 rows in my target and on nextday i get 10 more rows add to my target but out of 5 are update row how ican send them to target?how i can insert and update the records

4 Answers   Fidelity,


In EMP table, for those emp whose Hiredate is same, update their sal by "sal+500" or else for others keep the sal as it is, how to do it by SQL query

8 Answers   Cap Gemini,


Categories