Srivats - From a UNIX or Windows command shell, you can use the “netstat” command to see how many “ESTABLISHED” connections you have to the target database. In UNIX for example, use:
%netstat -a|grep ESTABLISHED|grep dbHostName
The number of connections in your pool is governed by the minimum and maximum connections you set in your connection objects.
#Adapters-and-E-Standards#webMethods#Integration-Server-and-ESB