If you mean the DatabasePipe it is a general data-transferring method working on table row lever. In other works depending on the setting it can generate row-level UPDATE or DELETE/INSERT SQL. If used with some other statements, it can well serve database replication needs, especially if you have a need to replicate data across different database systems or versions. 24x7 includes 2 generic database replication templates for one-way and two-way replications. The first method is very straight-forward and is uses single DatabasePipe command. The second method is more advanced and uses temp tables and files for moving data in both directions. The implementation in both cases is database vendor independent. Of course you can customize generated jobs to better fit your needs. : I've noticed that there is a database replication feature. Does this feature : update at the record level or is it merely a file synchro? Can anyone give : a more detailed explanation of how this works? : Many thanks!!
|