DB2 - Problembeschreibung
| Problem IC68332 | Status: Geschlossen |
OPTIMIZATION PROFILES WITH SCHEMA NAMES CONTAINING # CHARACTERS WILL REPORT EXP0037W IN THE EXPLAIN EXTENDED DIAGNOSTIC SECTION | |
| Produkt: | |
DB2 FOR LUW / DB2FORLUW / 980 - DB2 | |
| Problembeschreibung: | |
The following STMTKEY in a optimization profile, where the
SCHEMA name contains a # character:
<STMTKEY SCHEMA="S#AMPLE"> ...
</STMTKEY>
Reports EXP0037W in the generated db2expln output:
Extended Diagnostic Information:
--------------------------------
Diagnostic Identifier: 1
Diagnostic Details:
EXP0037W Invalid setting request. The schema at
line "2", column "31" is not a correct identifier
(schema names should not have leading or traling
white spaces unless delimited strings).
Nevertheless, the optimization profile is applied for the given
SQL statement. | |
| Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * ALL * **************************************************************** * PROBLEM DESCRIPTION: * * See Problem Description above. * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 Version 9.8 Fix Pack 4. * **************************************************************** | |
| Local-Fix: | |
Delimit the SCHEMA name with " in the optimization profile, when it contains a # character: <STMTKEY SCHEMA=""S#AMPLE""> | |
| verfügbare FixPacks: | |
DB2 Version 9.8 Fix Pack 4 for AIX and Linux | |
| Lösung | |
First fixed in DB2 Version 9.8 Fix Pack 4. | |
| Workaround | |
keiner bekannt / siehe Local-Fix | |
| Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 03.05.2010 05.08.2011 05.08.2011 |
| Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.8.FP4 | |
| Problem behoben lt. FixList in der Version | |
| 9.8.0.4 |
|