maximum-connections

This command sets the maximum number of concurrent SQL connections.

Syntax

maximum-connections connections

Parameters

connections
Specifies the maximum number of concurrent connections. Enter a value in the range 1 - 65535. The default value is 10.

Guidelines

The maximum-connections command specifies the maximum number of concurrent connections.

Example

Create the db2source data source. Sets the maximum number of concurrent connections to the Db2® data store to 20.
# sql-source db2source
# db DB2
# maximum-connections 20