drop logical connection

Description

Drops a logical connection. Logical connections are used to manage warm standby applications.

Syntax

drop logical connection to data_server.database

Parameters

data_server

The logical data server specified in the create logical connection command.

database

The name of the database specified in the create logical connection command.

Examples

Example 1

Drops the logical connection for a data server named LDS and a database named pubs2:

drop logical connection to LDS.pubs2

Usage

Permissions

drop logical connection requires “sa” permission.

See also

create connection, create logical connection, drop connection, switch active