Hello,
we have few tables with millions of records, need to be compared periodically to identify the orphan records. we use the minus logic to compare these tables but will take the queries long time. Are there any better ways in oracle 11gR2 to compare these tables to reduce the overhead on the database and as well as reduce the time to compare the tables data.
Thanks.