Diff B/W
MAP Parameter,
SESSION Paramater,
DataBase connection session parameters.?

Its possible to Create 3parameters at a time?

If Possible which one will fire FIRST?

Answers were Sorted based on User's Feedback



Diff B/W MAP Parameter, SESSION Paramater, DataBase connection session parameters.? Its po..

Answer / ajalali

A mapping parameter is set at the mapping level for values
that do not change from session to session for example tax
rates.

Session parameter is set at the session level for values
that can change from sesion to session, such as database
connections for DEV, QA and PRD environments.

The database connection session parameters can be created
for all input fields to connection objects. For example,
username, password, etc.

It is possible to have multiple parameters at a time.

The order of execution is wf/s/m.

Is This Answer Correct ?    12 Yes 0 No

Diff B/W MAP Parameter, SESSION Paramater, DataBase connection session parameters.? Its po..

Answer / lokendra

we can pass all these three types of perameters by using
Perameterfile.we can declare all in one perameter file.

Is This Answer Correct ?    6 Yes 0 No

Diff B/W MAP Parameter, SESSION Paramater, DataBase connection session parameters.? Its po..

Answer / lokendra

it will fire in below order workflow,session and data
base perameters from perameter file.

Is This Answer Correct ?    4 Yes 0 No

Diff B/W MAP Parameter, SESSION Paramater, DataBase connection session parameters.? Its po..

Answer / sasmita panda

If we need to change certain attributes of a mapping after
every time the session is run, it will be very difficult to
edit the mapping and then change the attribute. So we use
mapping parameters and variables and define the values in a
parameter file. Then we could edit the parameter file to
change the attribute values. This makes the process simple.
In a mapping parameter we need to manually edit the
attribute value in the parameter file after every session
run

Session parameters are like mapping parameters, that
represent values you might want to change between sessions
such as database connections or source.


Yes it is possible to create 3 parameters at a time.

Is This Answer Correct ?    2 Yes 0 No

Diff B/W MAP Parameter, SESSION Paramater, DataBase connection session parameters.? Its po..

Answer / srinu

Lokendra,The order was ok,
Diff b/w them,which one is best

Is This Answer Correct ?    0 Yes 0 No

Diff B/W MAP Parameter, SESSION Paramater, DataBase connection session parameters.? Its po..

Answer / ebenezer

upto my knowledge, performance wise mapping parameter is
best to use, but according to requirement you can override
the mapping parameters by workflow variable(to know more
about this you can just check the workflow properties) and
session parameters are just database connections....
correct me if i am wrong.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Informatica Interview Questions

What is DTM process?

4 Answers  


2,can we insert duplicate data with dynamic look up cache,if yes than why and if no why?

2 Answers   TCS,


How can you use an Oracle sequences in Informatica? You have an Informatica sequence generator transformation also. Which one is better to use?

1 Answers  


how to get flatfile containg 10 records half records one target another half another target

2 Answers  


in unconnected lookup , what are the other transformations , that can be used in place of that expression transformation ?

9 Answers   Target,






I am getting five sources in a day and i donot know when i get them. i need to load data into the target and run the session. but here i can't keep the session in running or can't stop the session. plz help me

6 Answers   Mastek,


i have two sources two flatfiles same structure one flatfile contain 100 million recs another flatfile contain 10 million recs i have to connect single target(performance oriented answer) what are the steps we have to do this scenario

4 Answers   Polaris,


What are the join types in joiner transformation?

1 Answers   Informatica,


Define pmcmd command?

0 Answers  


In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.

0 Answers  


What is the Router transformation?

2 Answers   Informatica,


There are 100 lines in a file. How to print line number 31-50 and 81-90 in unix with a single command.

2 Answers   L&T,


Categories