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

export scn

export scn

Exports the Sync Point values for mapped target tables in a replication configuration to a .csv file. You can then override the Sync Point values in the .csv file and import the updated file by using the import scn command.
For DB2 and Microsoft SQL Server sources, the Sync Point value is an LSN.
For MySQL sources, the Sync Point value is a log coordinate that represents the binary log file index and offset position.
For Oracle sources, the Sync Point value is an SCN.

Syntax

export scn
configuration_name
[
file_name
] [-l]
The following short form is acceptable:
escn
configuration_name
[
file_name
] [-l]

Parameters

The following table describes the command parameters:
Parameter
Description
configuration_name
The name of the configuration for which to export Sync Point values to a .csv file.
file_name
The name of the .csv file to which the comma-separated list of Sync Point values is exported. This command generates this file.
-l
Indicates that the .csv file is located on the computer that runs the Data Replication Console. Omit this option if the file is located on the Server Manager Main server system.

Example

The following example command exports the Sync Point values for the Ora2Ora_config configuration to the Ora2Ora.csv file that is located on the Data Replication Console system:
import scn Ora2Ora_config "C:\Ora2Ora.csv" -l

0 COMMENTS

We’d like to hear from you!