Howdy guys,
scenario:
Am on my XP machine. I need to remotely access two different oracle databases(db_A and db_B) on two different unix servers via ssh. The whole idea is to be able to log into the databases, run some select queries so i can compare 'two' similar tables(table_AB contained in both db's) on the two databases to ensure they have the same no of rows & data.
Note that usually, i can access the servers and the db's but separately and have to use two windows of my xshell access via ssh to display my query results.
Que: how can i do a single script on my winXP machine without having to log into both servers then the db's separately?

will appreciate some ideas on efficiency here....

regards,
Tim.