resume distributor

Description

Resumes a suspended Distributor thread for a connection to a database.s

Syntax

resume distributor data_server.database [skip transaction]

Parameters

data_server

The data server name. If the database is part of a warm standby application, data_server is the logical data server name.

database

The database name. If the database is part of a warm standby application, database is the logical database name.

skip transaction

Instructs Replication Server to resume execution with the second transaction in the connection’s queue. The first transaction is written to the database exceptions log.

Examples

Example 1

Resumes the Distributor thread for the logical data server LDS and the pubs2 database:

resume distributor LDS.pubs2

Usage

Permissions

resume distributor requires “sa” permission.

See also

suspend distributor