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

EXECUTION OF "CREATE DATABASE" MAY FAIL WITH ERROR SQL0964C (THE
TRANSACTION LOG FOR THE DATABASE IS FULL).

Produkt:
DB2 FOR LUW / DB2FORLUW / 970 - DB2
Problembeschreibung:
This issue will likely only be seen under special conditions 
such as: 
 
  1. DB2_USE_ALTERNATE_PAGE_CLEANING=ON 
  2. DB2_ENABLE_AUTOCONFIG_DEFAULT=NO 
  3. "create database" statement is special, for example: 
 
  db2 "create database test2 AUTOMATIC STORAGE NO using codeset 
UTF-8 territory US pagesize 16384 with 'xxxx.xxxx.xxxxxxx' 
AUTOCONFIGURE APPLY NONE" ;
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* All users of version 9.7 on Linux, Unix and Windows          * 
* platforms.                                                   * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* The issue will be found in critical conditions only:         * 
*                                                              * 
* 1. DB2_USE_ALTERNATE_PAGE_CLEANING=ON                        * 
* 2. DB2_ENABLE_AUTOCONFIG_DEFAULT=NO                          * 
* 3. "create database" statement is special, for example:      * 
*                                                              * 
* db2 "create database test2 AUTOMATIC STORAGE NO using        * 
* codeset UTF-8 territory US pagesize 16384 with               * 
* 'xxxx.xxxx.xxxxxxx' AUTOCONFIGURE APPLY NONE" ;              * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 V97FP5 or higher version                      * 
****************************************************************
Local-Fix:
1. DB2_USE_ALTERNATE_PAGE_CLEANING=OFF 
or 
2. DB2_ENABLE_AUTOCONFIG_DEFAULT=YES 
or 
3. To rewrite the "create database" statement. 
 
  db2 "create database test2 AUTOMATIC STORAGE NO using codeset 
UTF-8 territory US with 'xxxx.xxxx.xxxxxxx' AUTOCONFIGURE APPLY 
NONE" ;
verfügbare FixPacks:
DB2 Version 9.7 Fix Pack 5 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 6 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 7 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 8 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 9 for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 9a for Linux, UNIX, and Windows
DB2 Version 9.7 Fix Pack 10 for Linux, UNIX, and Windows

Lösung
The APAR was fixed on DB2 V97FP5 and higher version
Workaround
1. Avoid using "AUTOCONFIGURE NONE" in CREATE DB command to    l 
et DB2 pick the right values 
2. Or make other small changes to the CREATE DB command, such  a 
s changing the page size, tablespace types, etc: all of these  h 
ave an impact on timing, and the problem may go away.
Bug-Verfolgung
Vorgänger  : APAR is sysrouted TO one or more of the following: IC75701 
Nachfolger : 
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
10.03.2011
02.01.2012
02.01.2012
Problem behoben ab folgender Versionen (IBM BugInfos)
9.5.FP5,
9.7.FP5
Problem behoben lt. FixList in der Version
9.7.0.5 FixList