SHOW ALL CONNECTIONS

Core command SH ALL CO SH AL CO SHALLCO SHALCO

Displays list of all database connections in the CDF file

Arguments

<databaseType> (optional) a database type. If provided, results are filtered accordingly

Examples

SHOW ALL CONNECTIONS;
SHOW ALL CONNECTIONS H2;

Notes

Lists every database connection defined in the CDF: SHOW ALL CONNECTIONS.

Prints one row per connection (ID, type, name, user, instance, landscape), sorted by ID, with a trailing count of connections found.

databaseType is optional; when given, only connections whose database type matches it exactly (case-insensitive) are listed - it is not a partial or wildcard match.

Last modified in release 4.9.8.