Synchronize table level data in two Oracle databases
Hi,
I have a requirement of synchronizing table data in two Oracle databases( For ex: I need to synchronize the tables with their data to be exactly the same in both development and test environments). I basically will have to sync up the database tables to have the same data both in Development environment and Test environment. The dev database resides in one database [email protected]d and the test database resides in another database named [email protected]d.
Can someone help me in synchronizing the table level information in both the databases?
Thanks!
Sri.