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 -> comparing data in two different tables

comparing data in two different tables

From: Rob <robw95_at_home.com>
Date: Thu, 16 Sep 1999 01:21:49 GMT
Message-ID: <37E046F2.1A954334@home.com>


I have two tables (different schemas). One was loaded with our old extract process and the second with my new extract process. I want to verify that my new process produced identical results to the old process. I need to prove that all the columns and all the rows are the same.

I know I can offload the tables to Unix files and do a 'diff' but I prefer to do it in Oracle. Does anybody have a slick way of doing this?

Thanks. Rob Received on Wed Sep 15 1999 - 20:21:49 CDT

Original text of this message

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