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 IC98232 Status: Geschlossen

SQL0418 ERROR CAN BE RETURNED IF UNTYPED PARAMETER MARKER IS USED AS
ARGUMENT FOR TRIM/STRIP SCALAR FUNCTION

Produkt:
DB2 FOR LUW / DB2FORLUW / 970 - DB2
Problembeschreibung:
SQL0418 error can be returned if untyped parameter marker is 
used as argument for TRIM/STRIP scalar function. For example, 
the following will both fail with SQL0418 errors: 
 
BEGIN 
EXECUTE IMMEDIATE 'insert into z_test_bind values(?,?,strip(?))' 
USING 
IN '4','test','   description here      '; 
EXECUTE IMMEDIATE 'insert into z_test_bind values(?,?,trim(?))' 
USING 
IN '4','test','   description here      '; 
END@
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* All users                                                    * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Apply DB2 9.7 Fix Pack 10                                    * 
****************************************************************
Local-Fix:
Using a CASTing function on the parameter will function as a 
work-around.
Lösung
First fixed in DB2 9.7 Fix Pack 10
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
10.12.2013
17.11.2014
17.11.2014
Problem behoben ab folgender Versionen (IBM BugInfos)
9.7.FP10
Problem behoben lt. FixList in der Version
9.7.0.10 FixList