suspend distributor

Description

Suspends the Distributor thread for a connection to a primary database.

Syntax

suspend distributor data_server.database

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.

Examples

Example 1

Suspends the Distributor thread for the pubs2 database in the LDS data server:

suspend distributor LDS.pubs2

Usage

Permissions

suspend distributor requires “sa” permission.

See also

resume distributor