DB2 - Problembeschreibung
| Problem IC64479 | 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 / 970 - 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 *
* columnsintosystools.db2look_info table for SYSPROC.ALTOBJ() *
* to refer.For example, if you call system procedure *
* SYSPROC.ALTOBJ toalter table TABLEA:CALL *
* SYSPROC.ALTOBJ('APPLY_CONTINUE_ON_ERROR', 'CREATE *
* TABLEDB2INST1.TABLEA(COL1 DECIMAL(5, 0), COL2 VARCHAR *
* (20))', -1,?);, then after it recreated the table TABLEA, *
* you will loseallthe COMMENTs for table TABLEA, as well as *
* its columns'COMMENTs. *
****************************************************************
* RECOMMENDATION: *
* Update to version 9.7 fix pack 2 or later. *
**************************************************************** | |
| Local-Fix: | |
| verfügbare FixPacks: | |
DB2 Version 9.7 Fix Pack 2 for Linux, UNIX, and Windows | |
| Lösung | |
This problem is first fixed in version 9.7 fix pack 2. | |
| Workaround | |
keiner bekannt / siehe Local-Fix | |
| Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 11.11.2009 25.05.2010 25.05.2010 |
| Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.7.FP2 | |
| Problem behoben lt. FixList in der Version | |
| 9.7.0.2 |
|