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

Home -> Community -> Usenet -> c.d.o.server -> Re: how to compare and synchronize table rows

Re: how to compare and synchronize table rows

From: Billy Verreynne <vslabs_at_onwe.co.za>
Date: Wed, 19 Mar 2003 13:07:27 +0000
Message-ID: <b59j04$69d$2@ctb-nnrp2.saix.net>


oto pakozdy wrote:

> Is there any product or script to compare rows in two tables and do
> synchronization missing or changed rows ?

Plain SQL.

Compare. dataset INTERSECT dataset

Different/missing. dataset MINUS dataset

Check the SQL Reference Guide.

--
Billy
Received on Wed Mar 19 2003 - 07:07:27 CST

Original text of this message

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