Urgent! How I can create routines for the implementation of one replication enters two data bases? Being that some tables alone will have to go the data that to belong to one definitive state?
Printable View
Urgent! How I can create routines for the implementation of one replication enters two data bases? Being that some tables alone will have to go the data that to belong to one definitive state?
If I understand you, you want to do customized replication of a couple of tables without using the ORACLE replications processes.
The easiest way is to set up triggers on the related tables that do the updates to the corresponding tables at the other database through database links. It may be a little tedious, but the last time I worked with replication, it was no 30 second wonder to set up.
Tank You .but in this way already was attemped and it did worked