How to eliminate duplicates in FF and oracle both

Answers were Sorted based on User's Feedback



How to eliminate duplicates in FF and oracle both..

Answer / ravindra.15aug

In RDBMS we can write sql queary in Source qualifer by
using rowid, in sorter by using select distinct option, In
aggregator by using groupby, in Rank by using groupby.

In FF level also we can do except sql queary in source
qualifier.

Is This Answer Correct ?    9 Yes 0 No

How to eliminate duplicates in FF and oracle both..

Answer / akash

In addition to the above answers I will add one more option.

We can use expression to check whether a record is
repeating or not and set an output port as flag. For first
occurence of any record this flag is 1. Use router after
this with condition "i_FLAG = 1". This output will give
only unique records. Default output will give only
duplicate records.

Also we can use a filter after the above expression with
the condition "i_FLAG = 1"

Is This Answer Correct ?    3 Yes 0 No

How to eliminate duplicates in FF and oracle both..

Answer / priyank

For FF, place an Aggregator transformation, do a group by
on all the columns, it will remove the duplicates from the
flat file.

In Oracle, use distinct in SQ sql override to remove the
duplicates.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Informatica Interview Questions

difference between repository database and repository service?

0 Answers  


how to load first record of first time run,second record to 2nd time n 3rd record from 3rd time to target table

2 Answers  


In my sourse i have like ename,gender vasu,male geetha,female ram,male suma.female kesav,male in my output i need male,female vasu,geetha ram,suma kesav

5 Answers  


What are the new features of informatica 9.x at the developer level?

0 Answers  


what is data driven in informatica

5 Answers   IBM,


What is a repository? And how to add it in an informatica client?

0 Answers   Informatica,


Is it any possible to using more than one port in Unconnected Lookup Transformation( :LKP.LKP_Prod(Prod_GRP ,Prod_DT,Prod_TM) ) Like this? Pls explain...

3 Answers  


What is native users?

0 Answers  


in a table it has 200 rows the query is select 150 from tablename.whats the output

2 Answers   Cap Gemini,


tell me 7.x and 8.x diferrencess(but not transformations)

1 Answers  


If source is having 5000 rows,and if you want to load data into 500 rows to target,if the session runs successfully,how can you verify the target if the rows are successfully loaded or not.

3 Answers   IBM, TCS,


what is the difference between Informatica7.1 & informatica 8.1

4 Answers  


Categories