VergeResources
Programmer
We are having a situation that is driving our DBA crazy... We have a test DB2 region (sits on an IBM mainframe). Since it is a test environment, the DBA creates new tables and alters existing ones on a regular basis. However, it seems that if anyone is connected to the test server using the DB2 client, he is prevented from making alterations. It appears that the entire database (only tables under the tableowner being queried) is locked from being changed. Once we kick all users off, his alterations work fine. Should this be happening? If so, is there a way to kick all users off without individually notifying them? I was hoping we could force the DB connection through a proxy server that we could shut down... We can't shutdown the datajoiner server because it is used to connect to other database regions.