Quote:
Originally posted by udb_dba
Yes thanks Nitin
Its true
Force application does not take effect immediately.
It took me 9 hours to force it
Horray DB2 Team!!!
Racha
|
From my own experience:
On the force of an application or the direct killing of the connected application the database must rollback uncommitted operations. If there's a large amount of work involved that rollback can take quite a bit of time. The application will still show until the rollback is complete. You can confirm with list applications show status - status of the force app will be rolling back.
Applications which are in lock wait status at the time of a force will not clear until they are able to rollback. The rollback is not possible until the lock contention has cleared. List apps will continue to show lock-wait until the lock contention clears and then the app will rollback any uncomitted work.