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 log table schema

set log table schema

For the secondary targets that use Merge Apply mode, specifies the name of the schema to use for audit log tables. If you do not specify the audit log schema for a secondary target, Data Replication uses the schema that you specified for the primary target on the
Runtime Settings
tab >
Calculated Columns
view in the Data Replication Console.

Syntax

set log table schema
configuration_name
connection_name
schema_name
The following short form is acceptable:
slts
configuration_name
connection_name
schema_name

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 set the schema name for audit log tables.
connection_name
The name of the database connection for the secondary target.
schema_name
The name of the schema to use for the audit log tables on the secondary target.

Examples

The following command specifies the DEMO_TGT audit log table schema for the secondary target that is defined in the Ora2Ora_config configuration and that uses the ora_tgt connection:
set log table schema Ora2Ora_config ora_tgt DEMO_TGT

0 COMMENTS

We’d like to hear from you!