DB2 - Problembeschreibung
| Problem IC68087 | Status: Geschlossen |
DB2LOOK IS NOT INSERTING THE COMMENTS FOR TABLE AND COLUMNS INTO SYSTOOLS.DB2LOOK_INFO TABLE FOR SYSPROC.ALTOBJ() TO REFER. | |
| Produkt: | |
DB2 FOR LUW / DB2FORLUW / 980 - DB2 | |
| Problembeschreibung: | |
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-Zusammenfassung: | |
****************************************************************
* 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: | |
| verfügbare FixPacks: | |
DB2 Version 9.8 Fix Pack 3 for Linux, UNIX, and Windows | |
| Lösung | |
This problem is first fixed in version 9.8 fixpack 3. | |
| Workaround | |
keiner bekannt / siehe Local-Fix | |
| Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 21.04.2010 23.12.2010 23.12.2010 |
| Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.8.FP3 | |
| Problem behoben lt. FixList in der Version | |
| 9.8.0.3 |
|