Possibile situations where DB server forces to close the applications connected to it?
Some of the situations can be :
DB2 restart,
DB2 stop,
DB2 suspend.
What else situations in DB2 server forces to close the applications connected to it?
Your help is greatly appreciated !
Software/Hardware used:
ASKED:
December 8, 2008 11:00 AM
UPDATED:
June 29, 2011 3:53 PM
DB2 UDB for z/OS has a timeout – if your application (thread) is inactive for the specified time it will be terminated.
If I terminate the DB2/CICS connection, the CICS applications will be terminated. Same applies to DB2/IMS.
I can always cancel a given thread. That would certainly terminate the application.