DB2 Snapshot information | Monitor level : Connections list
- Jha Chandan

- Feb 15, 2021
- 1 min read
Updated: Feb 16, 2021
In this article we will see and learn how to get snapshot information about databases and instances for monitor level connections list.
1) list applications [show detail] : Application identification information for all applications currently connected to a database that is managed by the DB2(R) instance on the partition where snapshot is taken.
Example:
db2 connect to <db_name>
db2 list applications show details
2) list applications for database dbname[show detail] : Application identification information for each application currently connected to the specified database.
Example:
db2 list applications for database <db_name> show detail
3) list dcs applications: Application identification information for all DCS applications currently connected to a database that is managed by the DB2 instance on the partition where snapshot is taken.
Example:
db2 connect to <db_name>
db2 list dcs applications
In next post we will see DB2 Snapshot information | Monitor level : Database Manager. Please Like, Follow, Share & Subscribe.











Comments