Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Compare Schema with data
I've been watching this thread with interest, feel obliged to report in my
experiences.
Came of replicating data (once per day) between several instances. Needed a way to validate that post-replication all data was identicial. Dynamic scripts do it, driven from a table which lists the tables being replicated. Runs during the night, produces an alert file which (hopefully!) says go back to sleep - nothing wrong. Where data differences between tables are detected, the relevant rows are displayed. It could be self-correcting, but I like to get in close and see why the differences emerged.
Its all done in SQL. Bit complex to describe here, but more available off line if anyone interested.
peter
edinburgh
> > > > > >
> > > > > > > -----Original Message-----
> > > > > > > Is any body know any tools for comparing two
> schema for only
> > > > > > > data comparison
> > > > > > > & create script for the result
BGS. . http://www.bgs.ac.uk *********************************************************************
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Robson, Peter INET: [EMAIL PROTECTED] Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Jun 18 2003 - 04:33:27 CDT