Quote:
Originally posted by tamilselvan
Create a view in which 2 tables joined both in Prod and Standby DBs.
From the 3rd Server, extract rows from the view. I have not tested this method. But try it in your site. This may work faster than joining 2 tables using dblinks.
This is exactly the same as the method I suggested, with the only exception that I used inline view instead of hardcoded one. With my method there is no need to have (and maintain) additional view on two remote databases (primary and standby), where it is obviously not needed at all for their operations.