Hi,
I have 2 database with same tables loaded from 2 different systems. The table structures and values are also expected to be same. I have to write a PERL program that will take table name as input, then output 2 files each from the 2 different databases and then compare all columns of each row. The output will be an excel (preferably) which will have all the rows and the columns where the discrepancy is present (if any). Please let me know how to do it using PERL. Any sample code will be helpful as well.
Thanks in advance.
I have 2 database with same tables loaded from 2 different systems. The table structures and values are also expected to be same. I have to write a PERL program that will take table name as input, then output 2 files each from the 2 different databases and then compare all columns of each row. The output will be an excel (preferably) which will have all the rows and the columns where the discrepancy is present (if any). Please let me know how to do it using PERL. Any sample code will be helpful as well.
Thanks in advance.