Before you can drop a connection, you must remove all its dependent sources and sinks.

Syntax

DROP CONNECTION [ IF EXISTS ] connection_name;

Parameters

Parameter or clauseDescription
connection_nameThe name of the connection to be removed.

Examples

This statement removes the connection c1.

DROP CONNECTION c1;

See also