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 IC78551 Status: Closed

TBE DB2LOOK TOOL DOESN'T PRODUCE PROPER DDL FOR TABLES WITH
PARENTHESIS IN THE TABLE NAME

product:
DB2 FOR LUW / DB2FORLUW / 970 - DB2
Problem description:
Tbe db2look tool doesn't produce proper DDL for tables with 
parenthesis in the table name.  The DDL produced will have extra 
spaces that will cause the table to be misnamed if this DDL is 
used to recreate. 
 
A simple example: 
  db2sampl 
  echo "connect to sample;" > badtab.sql 
  echo 'CREATE TABLE "BADTABLE(THESE)" (myint int);' >> 
badtab.sql 
  db2 -tvf badtab.sql 
  db2look -d sample -e -o outfile.ddl 
 
Produces this DDL: 
  $ grep -iA2 badtable outfile.ddl 
  -- DDL Statements for table "MSLV97  "."BADTABLE(THESE)" 
  ------------------------------------------------ 
 
  CREATE TABLE "MSLV97  "."BADTABLE ( 
           THESE)" ( "MYINT" INTEGER ) 
           IN "IBMDB2SAMPLEREL" ;
Problem Summary:
**************************************************************** 
* USERS AFFECTED:                                              * 
* Users with parenthesis in table names                        * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* The db2look tool doesn't produce proper DDL for tables with  * 
* parenthesis in the table name.  The DDL produced will have   * 
* extra spaces that will cause the table to be misnamed if     * 
* this DDL                                                     * 
* is used to recreate the database objects.                    * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 v9.7 FP6 or newer.                            * 
****************************************************************
Local Fix:
Manually fix the DDL that is produced
Solution
DDL will be created properly with DB2 v9.7 FP6.
Workaround
not known / see Local fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
07.09.2011
09.04.2012
09.04.2012
Problem solved at the following versions (IBM BugInfos)
9.7.FP6
Problem solved according to the fixlist(s) of the following version(s)