What will happen when Mapping variable and Mapping parameter
is not defined or given?
Where do you use mapping variable and mapping parameter?
Answer Posted / ashok\
It's does not impact on any thing if you dont use .
If we require then we will go for mapping parameters and
variable.If suppose,we use Mapping Parameters or varaibles
then we must define at mapping level and we should give
parameter file name and path at session level other wise
session will fail.
Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Explain informatica architecture - version 8 / 9
What all are steps in up gradation of Informatica server?
How do you load more than 1 max sal in each department through informatica or write sql query in oracle?
What is an expression transformation in informatica?
How do we call shell scripts from informatica?
What are the different types of transformation available in informatica.
How to go to the older version for a mapping?
How can we remove the duplicates from flat file source?
What is DR strategy for Informatica project?
Clarify the aggregator change?
IN SCD1, insource we have 10 billion records and in the first day its uploaded successfully and in the second day its taking time to upload because some records it might get update or insert new records. As a developer what will be the better solution for this??
Can we use the mapping parameters or variables created in one mapping into any other reusable transformation?
can any one give some examples for pre sql and post sql(Except dropping and creating index).
Differentiate between source qualifier and filter transformation?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM