suspend connection

Description

Suspends a connection to a database.

Syntax

suspend connection
 to data_server.database
[with nowait]

Parameters

data_server

The name of the data server with the database whose connection is to be suspended.

database

The name of the database whose connection is to be suspended.

with nowait

Suspends the connection immediately.

Examples

Example 1

Suspends the connection to the pubs2 database in the SYDNEY_DS data server:

suspend connection to SYDNEY_DS.pubs2

Usage

Permissions

suspend connection requires “sa” permission.

See also

alter connection, create connection, drop connection, resume connection