The following settings are available in "Step 2 - Replication pairs" of the setup wizard.

Select source database: 

Specify the source database for the replication. This is the database where the data will be replicated FROM.

Select target database:

Specify the target database for the replication. This is the database where the data will be replicated TO.

Will be DDL replication enabled? (If YES, the script will grant more privileges to the Dbvisit Replicate users and enable database-wide supplemental logging)

Specify if DDL replication is enabled. When DDL replication is enabled, then any structural changes to the table will also be replicated such as DROP COLUMN, ADD COLUMN, DROP TABLE etc. This does not include storgage or partition changes. 

Use fetcher to offload the mining to a different server? (yes/no)

Specify if the fetcher process should be enabled to offload the MINE process to another server. See Dbvisit Replicate FETCHER Process for more information.

Would you like to encrypt the data across the network (yes or no) 

Specify if you would like to encrypt the data as it moves across the network.

Would you like to compress the data across the network (yes or no) 

Specify if you would like to compress the data as it moves across the network.

How long do you want to set the network timeouts. Recommended range between 60-300 seconds [60]

Specify the number of seconds you would like to set if the network has a timeout.

Lock and copy the data initially one-by-one or at a single SCN? (one-by-one/single-scn/ddl-only/resetlogs)

Defines how the tables will instantiated. This specifies which SCN to use to define the starting point. The options are:

For more information see Creating the Starting Point (data instantiation)

What data copy script to create? (dp_networklink/dp_exp/exp/ddl_file/ddl_run/none)

Defines how the initial data copy is created at the target database before replication starts. Depending on the version of Oracle, datapump or exp/imp scripts will be created. The script unloads (exports) the data from the source database and loads (imports) it directly into the target database.

The script that is created is called APPLY.sh or APPLY.bat (if ddl_file is chosen, the file is called APPLY.sql). This script is not created during the setup wizard. It will be created during the setup and initialization of the replication when the *-all.sh or *-all.bat script is run. 

The options are:

For more information see Using Data Pump (and exp/imp)