If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Hi All,
A table creation is taking just 1 seconds while when we try to drop it, it takes around 15 seconds !! This is the behaviour with any table. I've reorganised the SYSIBM tables which were suggested by the reorgchk.
__________________
Regards,
Buddy Amazing
IBM Certified DB2 DBA/AppDvlpr
If you have allot of stuff running at the time you issue the drop, it puts a lock on the system catalog. I have seen this may times, you may want to try:
1) connect to db
2) issue "change isolation to ur "
3) drop command