home clear 64x64
en blue 200x116 de orange 200x116 info letter User
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 IC95485 Status: Geschlossen

ALTER TABLE STATEMENT REFERENCING A TABLE NAME CONTAINING TRAILING SPACES
MIGHT PRODUCE SQL0901N

Produkt:
DB2 FOR LUW / DB2FORLUW / A50 - DB2
Problembeschreibung:
Under rare scenarios, DB2 might produce a SQL0901N error message 
if the following conditions are true 
1. The statement is an alter 
2. Delimited table name inside the alter statement has trailing 
spaces 
3. The table is a dependent object for a trigger 
 
Example: 
Create table "Table1234" (c1 DECIMAL(16,0) NOT NULL GENERATED 
ALWAYS AS IDENTITY ( 
            START WITH +1 
            INCREMENT BY +1 
            MINVALUE +1 
            MAXVALUE +9999999999999999 
            NO CYCLE 
            CACHE 20 
            NO ORDER ), 
            c2 GRAPHIC(1) NOT NULL WITH DEFAULT 'i'); 
 
create trigger "trigger1234" 
no cascade before update of c2 on "Table1234" referencing old as 
"deleted" new as "inserted" 
for each row mode db2sql 
begin atomic 
    if ("deleted".c2 <> 'i' 
        and "inserted".c2 <> 'i') then 
     SIGNAL SQLSTATE '75000' SET MESSAGE_TEXT= 'Error';-- 
    end if;-- 
end; 
 
alter table "Table1234 " alter column c1 drop identity; 
 
SQL0901N The SQL statement failed because of a non-severe system 
error. 
Subsequent SQL statements can be processed. (Reason "table not 
found 
in dep list during alt/drop".) SQLSTATE=58004
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* ALL                                                          * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 Version 10.5 and Fix Pack 3                   * 
****************************************************************
Local-Fix:
Workaround: 
Make sure that the table names referenced in the trigger and the 
alter statement are an exact match.
verfügbare FixPacks:
DB2 Version 10.5 Fix Pack 3 for Linux, UNIX, and Windows
DB2 Version 10.5 Fix Pack 3a for Linux, UNIX, and Windows
DB2 Cancun Release 10.5.0.4 (also known as Fix Pack 4) for Linux, UNIX, and Windows
DB2 Version 10.5 Fix Pack 9 for Linux, UNIX, and Windows

Lösung
Problem was first fixed in DB2 Version 10.5 and Fix Pack 3
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
27.08.2013
27.02.2014
27.02.2014
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version
10.5.0.3 FixList
10.5.0.3 FixList