Monthly Archives: February 2009

Clearing Locked Applications in DB2

When developing queries and stored procedures, it is possible to lock up access to the database.  this can happen most frequently when autocommit is off, and a transaction is left hanging in a window.  If all else fails, the application … Continue reading

Posted in DB2 | Tagged , , , , | View Comments