A full comparison of every piece of data in the database is my tasking. Is there a better way to approach this task w/o consuming so much memory?
I've investigated an SQL command 'MINUS' that does this very thing but requires each database to have a dblink established. I wanted a program that would work on any Oracle db.