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

supplog save

supplog save

Saves the DDL statements that the supplog add and supplog remove commands generate for enabling or disabling database supplemental logging to a script file.
Use this command to create a script file that you can give to your DBA when you do not have the authority to run the DDL against the source tables by using the supplog run command.

Syntax

Use the following syntax:
supplog save
path_to_sql_script

Parameter

The following table describes the command parameter:
Parameter
Description
path_to_sql_script
The path to the SQL script file to which you want to save the DDL statements that enable or disable database supplemental logging for DB2 and SQL Server sources or that add or remove columns from a supplemental log group for Oracle sources. You can specify an absolute path or a path that is relative to the
DataReplication_installation
directory.

Example

The following command saves the DDL statements that modify Oracle supplemental log groups to the ora2ora_supplog.sql file:
supplog save C:\ora2ora_supplog.sql

0 COMMENTS

We’d like to hear from you!