Replication Jobs
You are looking at an older version of the documentation. The latest version is found here.
In addition to the CopyOver()
method, the Data Virtuality Server also allows to use the CopyOver
technique on data sources via two procedures:
createCopyOverSourceTableJob()
createCopyOverSQLJob()
For changing existing CopyOver jobs, two more procedures are available:
changeCopyOverSourceTableJob()
changeCopyOverSQLJob()
Please note that these procedures only create the respective jobs, and the jobs themselves have to be started manually afterwards.
For detailed information on these procedures, please refer to Replication Jobs Procedures.