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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Selecting SIMILAR, not the same records (PROBABLE) duplicates

Re: Selecting SIMILAR, not the same records (PROBABLE) duplicates

From: G Quesnel <dbaguy_ott_at_yahoo.com>
Date: 6 Sep 2006 10:10:17 -0700
Message-ID: <1157562617.441922.109240@i3g2000cwc.googlegroups.com>


Now that you have explained some of this, people might be able to provide better options. For example, if you created a trigger or a procedure to check for possible duplicates, as the data is captured, then you would not need to join the table with itself, but rather, do a lookup on just one table, compared to some 'variables'. You would also not be concerned about reporting the possible duplicates multiple times.

ALSO - you could warn the data entry staff, as the possible error is about to be commited, allowing for a much more efficient correction/followup. Received on Wed Sep 06 2006 - 12:10:17 CDT

Original text of this message

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