How to check IP Addresses of connected applications in DB2

we will see how to list the connected applications IP on your DB2 database. To find out execute the below command after connecting with your database:

db2 get snapshot for applications on <db_name> | grep -E handle|Inbound"

 

Above syntax will show you all connected applications (local and IP numbers) on your database. Let's see an example:

           

Comments

Popular posts from this blog

Db2 export command example using file format (del , ixf)

How to fix DB2 Tablespace OFFLINE state issue?

Phases of a load operation