Question: How can I get the IP address of connections to a DB2 server? When connected to a DB2 server and execute db2 list applications, a list of connections are listed . The problem is the information in the Application Id column in the db2 list applications output is not easily readable. To get the ip address , string manipulation is required, using the SUBSTR function. Is their another way of getting the ip address, without having to use SUBSTR? Answer: Yes. It is possible get the ip address of connections via the SYSIBMADM.SNAPAPPL administrative view. The view allows you... Read more →