DB2 - Problembeschreibung
| Problem IC61922 | Status: Geschlossen |
"DATABASE PAGE SIZE" = OFF IS RETURNED BY DB2 GET DB CFG | |
| Produkt: | |
DB2 FOR LUW / DB2FORLUW / 950 - DB2 | |
| Problembeschreibung: | |
If you follow below steps on DB2 UDB V9.5 FP4:
db2 drop db test
db2 create db test
db2 connect to test
db2 get db cfg for test
it will return as shown below:
-------------
Database Configuration for Database test
Database configuration release level = 0x0c00
Database release level = 0x0c00
Database territory = US
Database code page = 1208
Database code set = UTF-8
Database country/region code = 1
Database collating sequence = SYSTEM_819
Alternate collating sequence (ALT_COLLATE) =
Number compatibility = OFF
Varchar2 compatibility = OFF
Database page size = OFF
<snip>
-------------
As we can see, "Database page size" is returned as OFF
unexpectedly. This is just a display issue from CLP.
This problem does not exist on V9.5 FP3, V9.5 FP3a and V9.5
FP3b. | |
| Problem-Zusammenfassung: | |
See Error description field for more information. | |
| Local-Fix: | |
Use db2parm db <dbname> g pagesize to see db cfg parameters instead of db2 get db cfg command. | |
| verfügbare FixPacks: | |
DB2 Version 9.5 Fix Pack 5 for Linux, UNIX, and Windows | |
| Lösung | |
Problem was first fixed in DB2 UDB Version 9.5 FixPack 5. | |
| Workaround | |
keiner bekannt / siehe Local-Fix | |
| Bug-Verfolgung | |
Vorgänger : APAR is sysrouted TO one or more of the following: IC62152 Nachfolger : | |
| Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 08.07.2009 04.01.2010 04.01.2010 |
| Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.5.FP5 | |
| Problem behoben lt. FixList in der Version | |
| 9.5.0.5 |
|