Table of Contents

Search

  1. Preface
  2. Overview of the Server Manager Command Line Interface
  3. Usage Scenario: Using Server Manager CLI Commands to Run Replications
  4. Command Reference

Command Line Interface for the Server Manager

Command Line Interface for the Server Manager

set replication type

set replication type

Overrides the apply mode for a secondary target.
For example, if you use SQL Apply mode on a primary target, you can override this mode with Audit Apply mode on a secondary target.

Syntax

set replication type
configuration_name
connection_name
apply_mode
The following short form is acceptable:
srt
configuration_name
connection_name
apply_mode

Parameters

The following table describes the command parameters:
Parameter
Description
configuration_name
The name of the configuration that includes the secondary target for which you want to override the apply mode.
connection_name
The name of the database connection for the secondary target.
apply_mode
The apply mode to use for the secondary target. Valid values are:
  • audit
    . Use Audit Apply mode.
  • merge
    . Use Merge Apply mode.
  • sql
    . Use SQL Apply mode.

Example

The following command sets the Audit Apply mode for the secondary target that is defined in the Ora2Ora_config configuration and that uses the ora_tgt connection:
set replication type Ora2Ora_config ora_tgt audit

0 COMMENTS

We’d like to hear from you!