Jdbc

The jdbc command manages the connection pool associated with a JDBC Provider.

The jdbc command uses the following format:

jdbc <providername> clear [-t <timeout>]

or

jdbc <providername> limits [-idle <maxidle>] [-active <maxactive>]

Clear

The clear option closes and removes connections from the connection pool.

Notes:

Limits

The limits option can reset the limits of the pool for the maximum number of idle connections and the maximum number of active connections.

Notes: