In real time scenario where can we use mapping parameters
and variables?
Answer Posted / 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 |
Post New Answer View All Answers
What all are steps in up gradation of Informatica server?
What are the types of schemas we have in data warehouse and what are the difference between them?
What are the different types of repositories created using informatica?
list out all the transformations which use cache?
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?
What is the use of source qualifier?
How to elaborate powercenter integration service?
scenario where i can use only concurrent execution of workflow.
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
While migrating the data from one environment to another environment how would you manage the connections?
What is an active transformation?
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
Does an informatica transformation support only aggregate expressions?
How you can differentiate between connected lookup and unconnected lookup?
What is rank index in rank transformation?