asadmin [asadmin-options] list-jdbc-connection-pools [--help]
list-jdbc-connection-pools |
Previous | Next | Contents |
lists all JDBC connection pools
Synopsis
asadmin [asadmin-options] list-jdbc-connection-pools [--help]
Description
The list-jdbc-connection-pools
subcommand lists the current JDBC
connection pools.
This subcommand is supported in the remote mode only.
Options
Options for the asadmin
utility. For information about these
options, see the asadmin
(1M) help page.
--help
-?
Displays the help text for the subcommand.
Examples
Example 1 Listing the JDBC Connection Pools
This example lists the existing JDBC connection pools.
asadmin> list-jdbc-connection-pools
sample_derby_pool
__TimerPool
Command list-jdbc-connection-pools executed successfully.
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
Previous | Next | Contents |