DB2 - Problembeschreibung
Problem IC66900 | Status: Geschlossen |
SQL407N RETURNED WHEN INSERTING INTO OR UPDATING TABLE WITH GENE RATED BY DEFAULT ROW CHANGE TIMESTAMP COLUMN AND BEFORE TRIGGER | |
Produkt: | |
DB2 FOR LUW / DB2FORLUW / 950 - DB2 | |
Problembeschreibung: | |
SQL407N is returned upon INSERT/UPDATE on a table T where: - T has a generated column (RCTS) defined as FOR EACH ROW ON UPDATE AS ROW CHANGE TIMESTAMP - Column RCTS is specified with GENERATED BY DEFAULT - T has a corresponding BEFORE INSERT/UPDATE trigger - The trigger body has a SET statement that modifies a new transition variable from T - A value has been provided in the INSERT/UPDATE statement for column RCTS | |
Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * ALL * **************************************************************** * PROBLEM DESCRIPTION: * * SQL407N is returned upon INSERT/UPDATE on a table T where:- * * T has a generated column (RCTS) defined as FOR EACH ROW * * ONUPDATE AS ROW CHANGE TIMESTAMP- Column RCTS is specified * * with GENERATED BY DEFAULT- T has a corresponding BEFORE * * INSERT/UPDATE trigger- The trigger body has a SET statement * * that modifies a newtransition variable from T- A value has * * been provided in the INSERT/UPDATE statementfor column RCTS * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 9.5 fp6 or use the temporary fix. * **************************************************************** | |
Local-Fix: | |
- Specify the DEFAULT keyword as the value for the ROW CHANGE TIMESTAMP column in the INSERT/UPDATE statement. - Do not specify an explicit value for the ROW CHANGE TIMESTAMP column in the INSERT/UPDATE statement. - Specify GENERATED ALWAYS, instead of GENERATED BY DEFAULT, for the ROW CHANGE TIMESTAMP column | |
verfügbare FixPacks: | |
DB2 Version 9.5 Fix Pack 6a for Linux, UNIX, and Windows | |
Lösung | |
Problem was first fixed in Db2 9.5 fp6 | |
Workaround | |
- Specify the DEFAULT keyword as the value for the ROW CHANGE TIMESTAMP column in the INSERT/UPDATE statement. - Do not specify an explicit value for the ROW CHANGE TIMESTAMP column in the INSERT/UPDATE statement. - Specify GENERATED ALWAYS, instead of GENERATED BY DEFAULT, for the ROW CHANGE TIMESTAMP column | |
Bug-Verfolgung | |
Vorgänger : APAR is sysrouted TO one or more of the following: IC67198 IC68346 Nachfolger : | |
Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 04.03.2010 31.05.2010 31.05.2010 |
Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.5.FP6 | |
Problem behoben lt. FixList in der Version |