I have a DB2 database and I want to fetch the state (roll forward pending state). To get this information I need to connect to the database and run the command get db cfg or query the DBCFG catalog table.
Is there a way I can fetch this information without connecting to the database?
From some log or from the thread running in the OS?
Please advice...