Hi,
We have a application that runs on DB2 8.1 FP2 on AIX 5.2. Here the
application creates procedures and temporary tables i.e. run time they
are compiled and executed and also dropped.
But when such things happen frequently with same type of procedure, we get locking issues. I have taken the snapshot of the locks, application, dynamic SQL and database which suggest that the SYSIBM tables are having locks.
My botheration is that there are locks on SYSIBM tables. How can such locks be resolved?
We are using DB2_RR_to_RS=ON and
DB2_SQLROUTINE_PREPOPTS=ISOLATION CS.
Any help will be appreciable.
Cheers