The Dbvisit Replicate setup wizard is the recommended way to configure a replication. The wizard does not make changes to the database, it creates text-based scripts (for SQL*Plus, dbvrep and shell/cmd.exe) that do the actual work. These scripts can be edited to tailor it for specific needs or migrated to another environment before running them.

To recreate or reset the replication environment, the scripts can be rerun at anytime and can be used for scripted deployment into production environments. They will drop and recreate the replication setup. 

The setup wizard is logically split into four parts:

  1. Describing the individual databases that are taking part in the replication.
  2. Setting up the replication pairs to determine which are the source and target databases.
  3. Choosing what to replicate, this can be tables and schemas.
  4. Process configuration which includes hostnames, port numbers and notification settings.

The wizard does not make changes to the database, it creates text-based scripts (for SQL*Plus, dbvrep and shell/cmd.exe) that do the actual work. These scripts can be edited to tailor it for specific needs before running them.To recreate or reset the replication environment, the scripts can be rerun at anytime and can be used for scripted deployment into production environments. They will drop and recreate the replication setup. The scripts created are (default names are listed here, using * for DDC name):

The scripts contain all changes needed for both source and target database; running the all script once (e.g. on the source server) configures both source and target database.

This section describes the individual setup questions in the setup wizard.