DB2 - Problembeschreibung
Problem IC98149 | Status: Geschlossen |
BUILT-IN STRING FUNCTIONS MAY RETURN AN INCORRECT RESULT OR FAIL WITH SQL0901N WHEN CODEUNITS16 OR CODEUNITS32 IS SPECIFIED | |
Produkt: | |
DB2 FOR LUW / DB2FORLUW / A50 - DB2 | |
Problembeschreibung: | |
The built-in scalar functions INSTR, LOCATE, LOCATE_IN_STRING and POSITION may return an incorrect result or fail with SQLCODE -901 when CODEUNITS16 or CODEUNITS32 is specified, e.g.: values LOCATE(LOWER('eq'),'1eq3', CODEUNITS16) 1 ----------- 0 <- Wrong, should be 2 1 record(s) selected. values LOCATE(UPPER('e'),'1EQ3', CODEUNITS32) SQL0901N The SQL statement or command failed because of a database system error. (Reason "(POSSTR: unable to precompile search pattern)".) SQLSTATE=58004 This can happen when the search-string is an expression that includes only literals and built-in functions. | |
Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * ALL * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 version 10.5 fix pack 4 * **************************************************************** | |
Local-Fix: | |
Replace the search-string expression with a simple string literal | |
verfügbare FixPacks: | |
DB2 Cancun Release 10.5.0.4 (also known as Fix Pack 4) for Linux, UNIX, and Windows | |
Lösung | |
First fixed in DB2 version 10.5 fix pack 4 | |
Workaround | |
keiner bekannt / siehe Local-Fix | |
Bug-Verfolgung | |
Vorgänger : APAR is sysrouted TO one or more of the following: IC98379 IC98380 Nachfolger : | |
Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 05.12.2013 08.09.2014 08.09.2014 |
Problem behoben ab folgender Versionen (IBM BugInfos) | |
Problem behoben lt. FixList in der Version | |
10.5.0.4 |