DB2 - Problembeschreibung
Problem IC76305 | Status: Geschlossen |
DB2 MIGHT ENCOUNTER 'DEADLOCK' ERROR WHEN PERFORMING TWO DROP TABLE STATEMENTS SIMULTANEOUSLY. | |
Produkt: | |
DB2 FOR LUW / DB2FORLUW / 970 - DB2 | |
Problembeschreibung: | |
When concurrently perform two DROP TABLE statements on different tables but with similar namings, the two statements may lead to various kinds of deadlocks: -- deadlock among the catalog tables, SYSIBM.SYSVIEWDEP and SYSIBM.SYSTABAUTH -- deadlock among the catalog tables, SYSIBM.SYSVIEWS and SYSIBM.SYSVIEWS The problem is more likely to happen if the tables being dropped have dependent views and other objects (e.g. index or trigger) defined on it. To identify the problem, you need to use DB2 event monitor to collect detailed information for deadlocks. When the deadlock error occurs, in the event monitor output you will see the following entries: ============================================= Table of lock waited on : SYSVIEWDEP Schema of lock waited on : SYSIBM Type of lock: Row Mode of lock: X - Exclusive Mode application requested on lock: S - Share Text : drop table NEWTON.T1 Table of lock waited on : SYSTABAUTH Schema of lock waited on : SYSIBM Type of lock: Row Mode of lock: U - Update Mode application requested on lock: X - Exclusive Text : drop table NEWTON.T2 ============================================= or ============================================= Table of lock waited on : SYSVIEWS Schema of lock waited on : SYSIBM Type of lock: Row Mode of lock: U - Update Mode application requested on lock: U - Update Text : drop table NEWTON.T1 Table of lock waited on : SYSVIEWS Schema of lock waited on : SYSIBM Type of lock: Row Mode of lock: X - Exclusive Mode application requested on lock: U - Update Text : drop table NEWTON.T2 ============================================= or ============================================= Table of lock waited on : SYSVIEWS Schema of lock waited on : SYSIBM Type of lock: Row Mode of lock: U - Update Mode application requested on lock: X - Exclusive Text : drop table NEWTON.T1 Table of lock waited on : SYSVIEWS Schema of lock waited on : SYSIBM Type of lock: Row Mode of lock: U - Update Mode application requested on lock: U - Update Text : drop table NEWTON.T2 ============================================= | |
Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * All users of version 9.7 on Linux, Unix and Windows * * platforms. * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 UDB Version 9.7 FixPak 6 or higher levels. * **************************************************************** | |
Local-Fix: | |
Perform the two DROP TABLE statements sequentially. | |
verfügbare FixPacks: | |
DB2 Version 9.7 Fix Pack 5 for Linux, UNIX, and Windows | |
Lösung | |
First fixed in DB2 UDB Version 9.7 FixPak 6. | |
Workaround | |
Perform the two DROP TABLE statements sequentially. | |
Bug-Verfolgung | |
Vorgänger : APAR is sysrouted TO one or more of the following: IC84554 Nachfolger : | |
Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 10.05.2011 11.06.2012 11.06.2012 |
Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.7. | |
Problem behoben lt. FixList in der Version | |
9.7.0.5 | |
9.7.0.6 |