Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

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

(NETWORK_QUALITY) - Please specify your network type (LAN or WAN). Autoconfigures timeouts, use of compression etc.

Specify the network configuration between the source and target database. For a LAN connection choose LAN, for a WAN or Internet connection specify WANWould 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:

  • one-by-one : This obtains a unique SCN for each table to replicate from. No locks are required on the tables.
  • single-scn : This locks the tables and obtains a single SCN for all tables to replicate from. Locks are required on the tables. See Single SCN Prepare for more information.
  • ddl_only : This does not obtain an SCN to replicate from. This is used when there is no initial data to be copied before the replication starts. The target tables will be empty before replication starts.
  • resetlogs : This is used when a complete copy of the source database is made (for example with RMAN) and restored as a target database. When the target database is opened with a resetlogs command, then the SCN is used from the last resetlogs at the target database. It obtains the value from v$database.resetlogs at the target database. 

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)

...