Can we have a Mapping without a Source Qualifier?
Answer Posted / dj
I think yes we take source based lookup.plz correct if i was wrong
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What can we do to improve the performance of informatica aggregator transformation?
What is the difference between a connected look up and unconnected lookup?
Tell me can we override a native sql query within informatica? Where do we do it? How do we do it?
What is a snowflake schema?
1)you have multiple source system where u receive files ,how do you actually load into mapping using transformation,what are the transformation you use? 2)you have files in ftp location ,how do you get it into mapping with you ETL concept?
What is the Process to creating lookup transformation in informatica
What is informatica etl tool?
What is mapping debugger?
Explain the difference between mapping parameter and mapping variable?
what is index?how it can work in informatica
In warehouses how many schemas are there?
Why is sorter an active transformation?
Explain sessions. Explain how batches are used to combine executions?
What is status code in informatica?
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