Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: delete duplicated rows

Re: delete duplicated rows

From: <u132781982_at_spawnkill.ip-mobilphone.net>
Date: Wed, 14 Mar 2001 23:12:13 GMT
Message-ID: <l.984611533.1125000000@[198.138.198.252]>

I do not agree with you, Mr. Sybrand Bakker, there are several ways you can delete
duplicated rows.

The most common one is using rowid, however, if there are a lot of duplicated rows, you will need a huge rollback segs. If you have more than 10,000 rows to delete, it will take for ever.

You need to create a temp table, select dintinct from original table, use this temp table, write a PL/SQL to delete them.

Thanks  

-- 
Sent by dbadba62 from hotmail  in area  com
This is a spam protected message. Please answer with reference header.
Posted via http://www.usenet-replayer.com/cgi/content/new
Received on Wed Mar 14 2001 - 17:12:13 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US