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

force transaction

force transaction

Marks an open transaction for commit or rollback processing on the target.
The Extractor does not process any change records that are written to a source transaction after the commit or rollback record.

Syntax

force transaction
configuration_name
transaction_XID
"
internal_SCN
" {commit|rollback}

Parameters

The following table describes the command parameters:
Parameter
Description
configuration_name
The name of the configuration for which to commit or roll back an open transaction.
transaction_XID
The unique identifier of the open transaction.
internal_SCN
The SCN or LSN value for the BEGIN TRANSACTION operation in the database format.
{commit|rollback}
Whether to commit or roll back the open transaction on the target. Valid values are:
  • commit
    or
    0
    . Commit the open transaction.
  • rollback
    or
    1
    . Roll back the open transaction.

Example

The following example command marks an open transaction for a commit on the target for the Oracle2Oracle configuration:
force transaction oracle2oracle 0x0009.007.0001b473 "13948547824 0" commit

0 COMMENTS

We’d like to hear from you!