DB2 - Problem description
| Problem IC68087 | Status: Closed |
DB2LOOK IS NOT INSERTING THE COMMENTS FOR TABLE AND COLUMNS INTO SYSTOOLS.DB2LOOK_INFO TABLE FOR SYSPROC.ALTOBJ() TO REFER. | |
| product: | |
DB2 FOR LUW / DB2FORLUW / 980 - DB2 | |
| Problem description: | |
Db2look is not inserting the comments for table and columns into
systools.db2look_info table for SYSPROC.ALTOBJ() to refer.
For example, if you call system procedure SYSPROC.ALTOBJ to
alter table TABLEA:
CALL SYSPROC.ALTOBJ('APPLY_CONTINUE_ON_ERROR', 'CREATE TABLE
DB2INST1.TABLEA(COL1 DECIMAL(5, 0), COL2 VARCHAR (20))', -1, ?
);
, then after it recreated the table TABLEA, you will lose all
the COMMENTs for table TABLEA, as well as its columns' COMMENTs. | |
| Problem Summary: | |
****************************************************************
* USERS AFFECTED: *
* ALL. *
****************************************************************
* PROBLEM DESCRIPTION: *
* Db2look is not inserting the comments for table and columns *
* into systools.db2look_info table for SYSPROC.ALTOBJ() to *
* refer. *
* *
* For example, if you call system procedure SYSPROC.ALTOBJ to *
* alter table TABLEA: *
* *
* CALL SYSPROC.ALTOBJ('APPLY_CONTINUE_ON_ERROR', 'CREATE TABLE *
* DB2INST1.TABLEA(COL1 DECIMAL(5, 0), COL2 VARCHAR (20))', -1, *
* ?); *
* *
* , then after it recreated the table TABLEA, you will lose *
* all the COMMENTs for table TABLEA, as well as its columns' *
* COMMENTs. *
****************************************************************
* RECOMMENDATION: *
* Update to version 9.8 fixpack 3 or later fixpacks. *
**************************************************************** | |
| Local Fix: | |
| available fix packs: | |
DB2 Version 9.8 Fix Pack 3 for Linux, UNIX, and Windows | |
| Solution | |
This problem is first fixed in version 9.8 fixpack 3. | |
| Workaround | |
not known / see Local fix | |
| Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 21.04.2010 23.12.2010 23.12.2010 |
| Problem solved at the following versions (IBM BugInfos) | |
9.8.FP3 | |
| Problem solved according to the fixlist(s) of the following version(s) | |
| 9.8.0.3 |
|