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

Sync Point .CSV File

Sync Point .CSV File

The .csv file to which you export Sync Point values for mapped target tables has a specific format.

File Format

The file uses the following format:
#tgt name:
target_connection_name
#id:
DbConnMapID
object_ID
,
Sync_Point
# "
source_schema
"."
source_table
"
The following table describes the variables in this file format:
Variable
Description
target_connection_name
The name of the target connection. For configurations that have multiple targets, this file contains a section with Sync Point values for each target connection.
DbConnMapID
The internal unique identifier for the combination of the configuration and target connection.
object_ID
The unique identifier of the source table.
Sync_Point
The Sync Point value of the source table that is identified by the object ID.
The Applier uses the Sync Point value to start applying changes to the mapped target table from a particular point in the transaction log.
source_schema
The name of the source schema.
source_table
The name of the source table.

Sample File

The following sample file contains Sync Point values for a configuration that has two targets:
#tgt name: ora_tgt_1 #id: 6 90222, 169192565862 # "SRC"."TABLE1" 90229, 169192565863 # "SRC"."TABLE2" #tgt name: ora_tgt_2 #id: 7 90222, 169192565904 # "SRC"."TABLE1" 90229, 169192565905 # "SRC"."TABLE2"

0 COMMENTS

We’d like to hear from you!