How to delete duplicate records if we have huge volume of
records in a table ?
(rowid is not the correct approach)
Answer Posted / chandrasekar
First we can count the no of records using aggregator
Transformation with group by (port) for ex, in emp table
take empno. Second we can take the Filter condition like
count=1. Other records are rejected not loaded into the target.
Hope it will help little bit...
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explian the Process of deployment groups in informatica
Can we create a node as a gateway node and the same node can be assigned to a grid?
Differentiate between a database and data warehouse?
What are the steps involved in the migration from older version to newer version of Informatica Server?
What are the different transaction levels available in transaction control transformation?
What are mapplets? How is it different from a Reusable Transformation?
What are ETL Tools?
What are the conditions needed to improve the performance of informatica aggregator transformation?
pmscmd startworkflow -sv
What is a sorter transformation?
Different circumstance which drives informatica server to expel records?
What is meant by target load plan?
What is a joiner transformation and why it is an active one?
Hello , I am unable to work with SQL transformation at least. Where do i need to give connection for sql transformaton ? At session level there is no property . I have created a SQL Transformation and chosen query mode. But do i need to pass connection information to it ? I don't know where do i need to write a query ? I have written a query in file and that file path i gave in the properties of SQL Transformation. But it is not working. Could any one of you please let know how can i work with SQL Transformation? Advance Thanks.
How to use procedural logic inside infromatica?