suche 36x36
Neueste VersionenFixList
11.1.0.7 FixList
10.5.0.9 FixList
10.1.0.6 FixList
9.8.0.5 FixList
9.7.0.11 FixList
9.5.0.10 FixList
9.1.0.12 FixList
Haben Sie Probleme? - Kontaktieren Sie uns.
Kostenlos registrieren anmeldung-x26
Kontaktformular kontakt-x26

DB2 - Problembeschreibung

Problem IT25342 Status: Geschlossen

ADMIN_MOVE_TABLE FORCE_ALL DOES NOT FORCE OFF APPLICATIONS HOLDING OTHER
CONFLICTING LOCKS THAN TABLE LOCKS

Produkt:
DB2 FOR LUW / DB2FORLUW / B10 - DB2
Problembeschreibung:
CREATE TABLE S1.T1(INT I NOT NULL, primary key(i));

Session 1:
CREATE PROCEDURE S1.P1 INSERT INTO S1.T1 VALUES(1);
-- NO COMMIT
Session 1 holds now a package cache lock.

Session 2:
CALL ADMIN_MOVE_TABLE(S1,T1,'','','INIT');
CALL ADMIN_MOVE_TABLE(S1,T1,'','','COPY');
CALL ADMIN_MOVE_TABLE(S1,T1,'','FORCE_ALL','SWAP');

ADMIN_MOVE_TABLE hangs in package invalidation until lock
timeout occurs. Expected behavior when using FORCE_ALL option is
that session 1 fails and ADMIN_MOVE_TABLE completes without
waiting for session 1 to complete.
Problem-Zusammenfassung:
****************************************************************
* USERS AFFECTED:                                              *
* ADMIN_MOVE_TABLE users that using FORCE_ALL option.          *
****************************************************************
* PROBLEM DESCRIPTION:                                         *
* See Error Description                                        *
****************************************************************
* RECOMMENDATION:                                              *
* Upgrade to next fixpack.                                     *
****************************************************************
Local-Fix:
Lösung
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
13.06.2018
19.06.2018
19.06.2018
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version