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

COMPILED COMPOUND SQL OR A PL/SQL ANONYMOUS BLOCK CAN DELETE ALLROWS OF A
ON COMMIT DELETE ROWS TEMPORARY TABLE

product:
DB2 FOR LUW / DB2FORLUW / 970 - DB2
Problem description:
If an application has created a declared global temporary table
(DGTT) or has instantiated a created GLOBAL temporary table
using the ON COMMIT DELETE ROWS option (default), then issuing a
compiled compound SQL statement or a PL/SQL anonymous block
might delete all the rows of those tables in that connection,
even though no commit has been issued.
Problem Summary:
****************************************************************
* USERS AFFECTED:                                              *
* All                                                          *
****************************************************************
* PROBLEM DESCRIPTION:                                         *
* See Error Description. The issue will be fixed in 10.5 fp 9  *
* and v11 fp2.                                                 *
****************************************************************
* RECOMMENDATION:                                              *
* The issue will be fixed in 10.5 fp 9 and v11 fp2.            *
****************************************************************
Local Fix:
Possible ways to avoid this issue include:
1. Using the ON COMMIT PRESERVE ROWS option for global temporary
tables and explicitly delete rows from those tables rather than
relying on ON COMMIT DELETE rows.
2. Reworking the compound SQL (or PL/SQL Anonymous block)
as a procedure that is called.
Solution
Workaround
not known / see Local fix
BUG-Tracking
forerunner  : IT19796 
follow-up : 
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
21.03.2017
31.07.2017
31.07.2017
Problem solved at the following versions (IBM BugInfos)
9.0.
Problem solved according to the fixlist(s) of the following version(s)