View Full Version : Comparing contents of a table in 2 different database instances
Naresh
09-28-2005, 12:28 AM
Hello!
Could someone please tell me if there is way in TOAD or any other DB
management tool to check the contents (rows) of a table in 2 different
database instances? Thanks!
Naresh
Mark C. Stock
09-28-2005, 03:07 AM
"Naresh" <naresh@freesurf.ch> wrote in message
news:1127896134.593517.229210@g43g2000cwa.googlegroups.com... Hello! Could someone please tell me if there is way in TOAD or any other DB management tool to check the contents (rows) of a table in 2 different database instances? Thanks! Naresh
in any tool: create a database link, then write a SELECT statement that that
accesses the local table and the remove table, using a join, minus,
intersect, or union depending on what type of data comparison you require
++ mcs
Mark Bole
09-28-2005, 08:42 AM
Naresh wrote:
Hello! Could someone please tell me if there is way in TOAD or any other DB management tool to check the contents (rows) of a table in 2 different database instances? Thanks! Naresh
Try supplied package DBMS_RECTIFIER_DIFF (was developed specifically for
replication, but can be used outside of that context). See also
Metalink Note 1062732.6
-Mark Bole
DA Morgan
10-04-2005, 08:08 AM
Mark Bole wrote: Naresh wrote: Hello! Could someone please tell me if there is way in TOAD or any other DB management tool to check the contents (rows) of a table in 2 different database instances? Thanks! Naresh Try supplied package DBMS_RECTIFIER_DIFF (was developed specifically for replication, but can be used outside of that context). See also Metalink Note 1062732.6 -Mark Bole
A demo of this built-in package can be found in Morgan's Library
at www.psoug.org.
--
Daniel A. Morgan
http://www.psoug.org
damorgan@x.washington.edu
(replace x with u to respond)
MyLounge.com Site Map
Forum:
Cars,
Cell Phone,
Database,
Games,
Home Improvement,
IT,
Music,
School,
Sports,
Web Design,
Web Server,
Weight Loss
The MyLounge.com forum is intended for informational use only and should not
be relied upon and is not a substitute for any advice. The information contained
on MyLounge.com are opinions and suggestions of members and is not a representation
of the opinions of MyLounge.com. MyLounge.com does not warrant or vouch for
the accuracy, completeness or usefulness of any postings or the qualifications
of any person responding. Please consult a expert or seek the services of an
attorney in your area for more accuracy on your specific situation. Please note
that our forums also serve as mirrors to Usenet newsgroups. Many posts you see
on our forums are made by newsgroup users who may not be members of MyLounge.com
Term of Service
vBulletin v3.0.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.