Answer Posted / swetha
Join data originating from same source data base.
Filter records when the informatica server reads source data.
Specify an outer join rather than the default inner join
specify sorted records.
Select only distinct values from the source.
Creating custom query to issue a special SELECT statement
for the informatica server to read source data.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to update a particular record in target with out running whole workflow?
Explain what are the different versions of informatica?
Explain informatica architecture - version 8 / 9
What is a shortcut and copy in Informatica and how two are different with each other?
Define Pmrep command?
What are the transformations that are not supported in mapplet?
How do you take back up of repository?
Partition, what happens if the specified key range is shorter and longer
what is unit testing?tell me proceedure
While migrating the data from one environment to another environment how would you manage the connections?
How to open an older version of an object in the workspace?
Write the program through which the records can be updated?
Tell me about your experience in informatica? what is best mark you can give yourself? How to answer this question?
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
I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.