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: DA Morgan <damorgan_at_psoug.org>
Date: Wed, 06 Sep 2006 16:15:07 -0700
Message-ID: <1157584504.429121@bubbleator.drizzle.com>


kroger wrote:

>>> I'm a Java programmer
>>>
>> Not to be too cruel but this explains much.

>
> I don't feel offended. I'm not working with DBMS most of the time, that's
> why I'm posting here the questions, not the answers ;)
>
>> From the DBMS side my basic premise is that if the data is not
>> constrained a part of a primary key, unique constraint, foreign
>> key, check constraint, or by a trigger ... it is a memo field and
>> one should expect it to contain nothing but garbage.
>>
>> That seems to be your current situation.

>
> Exactly. But the scope of the project is to gather the data, filter, clean
> and make the garbage useful - by automated and manual matching.
> Whether one likes it or not, this is the goal and it implies some business
> requirements.
> As I wrote before - I'm just providing applications - there are up to 100
> people all over the world doing this (manual matching) Sisyphus job.
>
>> Get someone to apply some SQL or PL/SQL to the problem.

>
> After this discussion (which helped me a lot in fact) I can handle that
> myself - I'm not that COMPLETE newbie with it... ;)
>
> Best Regards,
> Kroger

Look at Oracle REGULAR EXPRESSIONS as a means of solving the problem. Look at the use of a trigger. There are a lot of possibilities. What bothers me about what appears to be your criteria is that it seems to be arbitrary ... that only a subject matter expert can know what is and is not valid. If you've got, as you state, business rules someone needs to apply them to the data before it ever gets into the table.

-- 
Puget Sound Oracle Users Group
Received on Wed Sep 06 2006 - 18:15:07 CDT

Original text of this message

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