Clauses of ALTER EXTERNAL CONNECTIONS POOL
CLEAR ALL
-
Closes all idle connections and disassociates currently active connections;they are immediately closed when unused.
CLEAR OLDEST
-
Closes expired connections
SET LIFETIME
-
Configures the maximum lifetime of an idle connection in the pool.The default value (in seconds) is set using the parameter
ExtConnPoolLifetime
infirebird.conf
. SET SIZE
-
Configures the maximum number of idle connections in the pool.The default value is set using the parameter
ExtConnPoolSize
infirebird.conf
.