home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Latest versionsfixlist
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
Have problems? - contact us.
Register for free anmeldung-x26
Contact form kontakt-x26

DB2 - Problem description

Problem IC89718 Status: Closed

DB2LOOK GENERATES DDL FOR DMS TABLESPACE WITH MAXSIZE ROUNDED DOWN.

product:
DB2 FOR LUW / DB2FORLUW / A10 - DB2
Problem description:
When the create tablespace command is issued for a DMS talespace 
with the MAXSIZE not a multiple of GB or MB then db2look 
generates the DDL statement with MAXSIZE rounded down.  This can 
cause confusion especially if the DMS tablespaces are very large 
in 
Giga bytes and not an exact multiple of GB. 
 
e.g. 
 
$ db2 "create tablespace xxxxx pagesize 4096 managed by database 
using (FILE '/xxxx/xxxx/xxxx/xxxxx/tbs2'  1024k) BUFFERPOOL bp4k 
AUTORESIZE YES  MAXSIZE 1536k" 
DB20000I  The SQL command completed successfully. 
 
and corresponding db2look output 
 
CREATE LARGE TABLESPACE "xxxxx" IN DATABASE PARTITION GROUP 
IBMDEFAULTGROUP PAGESIZE 4096 MANAGED BY DATABASE 
         USING (FILE '/xxxx/xxxx/xxxx/xxxxx/tbs2' 256) 
         EXTENTSIZE 32 
         PREFETCHSIZE AUTOMATIC 
         BUFFERPOOL BP4K 
         OVERHEAD 7.500000 
         TRANSFERRATE 0.060000 
         AUTORESIZE YES 
         MAXSIZE 1 M 
         NO FILE SYSTEM CACHING 
         DROPPED TABLE RECOVERY ON; 
 
This defect will address this issue by providing the MAXSIZE in 
terms of actual KB when MAXSIZE is not an exact multiple 
of GB or MB.
Problem Summary:
**************************************************************** 
* USERS AFFECTED:                                              * 
* All Users.                                                   * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 V10 Fix Pack 3 or later.                      * 
****************************************************************
Local Fix:
available fix packs:
DB2 Version 10.1 Fix Pack 3 for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 4 for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 3a for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 6 for Linux, UNIX, and Windows

Solution
First Fixed in DB2 V10 Fix Pack 3.
Workaround
not known / see Local fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
22.01.2013
24.10.2013
24.10.2013
Problem solved at the following versions (IBM BugInfos)
Problem solved according to the fixlist(s) of the following version(s)
10.1.0.3 FixList
10.1.0.3 FixList