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
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 |
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 |
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 |
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 |
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 |
If u r giving different parameter file names in workflow and session for a single mapping parameter, then which one will be executed? The one u given in workflow or the one u given in the session?
What is the difference between warehouse key and surrogate key?
In seqence generator transformation maximum limit is reached,after reaching maximum limit how will u insert the data
There are 3 groups in router transformation in which there are no conditions mentioned, so what happens if I connect these groups to the 3 targets? How many records gets into each target.(suppose if we are getting 10 records from the source)
Can any one describe what is audit table briefly?how does it look like and what are the columns in it?
Explain sessions?
tell me 7.x and 8.x diferrencess(but not transformations)
how we can add header and footer to flat files?
2 Answers Tech Mahindra, Zensar,
Why should we use star schema in datawarehouse design?
what is data driven?
What is the fact table?
What are 2 modes of data movement in Informatica Server?