DB2 - Problembeschreibung
Problem IC99431 | Status: Geschlossen |
A SQL0779N ERROR MIGHT BE RETURNED IF LABEL IS FOLLOWED BY ONE OF THE ARRAY COLLECTION METHODS. | |
Produkt: | |
DB2 FOR LUW / DB2FORLUW / 970 - DB2 | |
Problembeschreibung: | |
Under rare conditions a SQL0779N error might be return if label specified in GOTO statement is followed by array collection method TRIM/DELETE/EXTEND. The following example illustrates the problem. declare TYPE tArray IS TABLE OF VARCHAR2(10); Arr1 tArray; begin GOTO LABEL1; <<LABEL1>> Arr1.delete; end; This situation might also occur in case of label being followed by assignment of DBMS function like DBMS_SQL.OPEN_CURSOR mycur := DBMS_SQL.OPEN_CURSOR ; | |
Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * Users who use LABELs in PL/SQL. * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Please upgrade to DB2 V9.7 FixPack 10 or later. * **************************************************************** | |
Local-Fix: | |
Please make sure that label is not followed by array collection methods. | |
Lösung | |
This problem was first fixed in DB2 V9.7 FixPack 10. | |
Workaround | |
keiner bekannt / siehe Local-Fix | |
Bug-Verfolgung | |
Vorgänger : APAR is sysrouted TO one or more of the following: IC99740 IC99745 Nachfolger : | |
Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 18.02.2014 17.11.2014 17.11.2014 |
Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.7.FP10 | |
Problem behoben lt. FixList in der Version | |
9.7.0.10 |