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 refresh

supplog refresh

Refreshes the database supplemental logging settings directly from the source database. For Microsoft SQL Server sources, also refreshes the Server Manager cache.
Use this command to determine if changes have been made to the DATA CAPTURE option for DB2 tables, the Change Data Capture setting for SQL Server tables, or Oracle supplemental log groups.
Before you can run this command, you must run the supplog open command.

Syntax

Use the following syntax:
supplog refresh
source_schema
[-a]

Parameters

The following table describes the command parameters:
Parameter
Description
source_schema
The name of the source schema or a mask for the name of the source schema. You can use the following wildcard characters in a mask:
  • An asterisk (*) to match all characters
  • A question mark (?) to match any single character
  • Square brackets ([ ]) to match only one out of several characters
-a
Refresh all mapped and unmapped tables in the source schema. By default, the supplog refresh command refreshes only the mapped source tables.

Examples

The following command refreshes all mapped tables in all schemas in the source database:
supplog refresh *
The following command refreshes all mapped and unmapped tables in the src schema:
supplog refresh src -a

0 COMMENTS

We’d like to hear from you!