How to delete duplicate records if we have huge volume of
records in a table ?
(rowid is not the correct approach)

Answer Posted / ravikumar2614

DELETE FROM EMP E1 WHERE ROWID<
(SELECT MAX(ROWID) FROM EMP E2 WHERE E1.ROWID=E2.ROWID)

IF I AM WRONG PLEASE CORRECT ME ON ravi.info2614@gmail.com

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?

690


One of the optimizing technique to improve the session performance is push down optimization,by using push down optimization we push as much as transformation logic to source/target database,but this degrades the d/b performance,how to overcome this?

1747


tell me the rules and responsblites in our project(my project is development)

1493


Define Pmrep command?

631


In which transformation you cannot drag ports into it?

776






How to create or implement slowly changing dimension (SCD) Type 2 Effective Date mapping in informatica/Flagging mapping in informatica/visioning mapping in informatica?

707


What is the status code in stored procedure transformation?

683


What is blocking transformation?

713


What do you understand by term role-playing dimension?

570


How can we store previous session logs?

565


In what scenario we use to improve session performance by pushdown optimization?can any one give example?

5242


How do you load first and last records into target table?

662


What is Data Caches size?

652


my source is junk data how will u remove that junk data by using unix please any one replay me

3239


Tell me any other tools for scheduling purpose other than workflow manager pmcmd?

727