Multiple Object Compare?

I know we have Single Object Compare, but is there a way of comparing multiple objects at once - or automating the comparisons so I can just provide a list?

My current requirement is that I need to compare about 30 tables in two different databases with slight differences in the names. Something like:

MY_REAL_TABLE@DB1 with MY_FAKE_TABLE@DB2
MY_OTHER_REAL_TABLE@DB1 with MY_OTHER_FAKE_TABLE@DB2

Is there a way of doing this in TOAD? Something like the Data Compare in Toad For Data Analysts that allows me to save my comparison set as well.

Cheers

Richard

There is no way of doing that now, but if others like the idea, I can put it on
the to-do list.

if others like the idea, I can put it on the to-do list.
Please, do.

you can export them both and do a diff…
ableit …not a very elegant solution (and somewhat painful)

other solutions?
Martin Gainty


Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung.
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung
fuer den Inhalt uebernehmen.

Ce message est confidentiel et peut être privilégié. Si vous n’êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l’expéditeur. N’importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l’information seulement et n’aura pas n’importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.

Why can’t we compare list of objects that are retrieved by simple sql (i.e. SELECT ‘OBJ1’, ‘OBJ2’… from DUAL) and use it for source compare and then on the other side same names or even better as a list as well, where obey corresponding number in the list (i.e. from source nr correspondent to nr 5 on destination list)-for fully customized version.
Of course this would only define names while other part (obj type) should remain the same.

Brg

Damir