home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Neueste VersionenFixList
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
Haben Sie Probleme? - Kontaktieren Sie uns.
Kostenlos registrieren anmeldung-x26
Kontaktformular kontakt-x26

DB2 - Problembeschreibung

Problem IT05123 Status: Geschlossen

DB2BATCH HAS ITS DEFAULT ISOLATION LEVEL AS RR WHICH MAY CAUSE PERFORMANCE
ISSUES/LOCKS ON PRODUCTION

Produkt:
DB2 FOR LUW / DB2FORLUW / A10 - DB2
Problembeschreibung:
When no option for the isolation level is used when running 
db2batch, RR (Repeatable Read) is being used as its default 
isolation. This may cause performance impact on running 
production systems. 
 
Ex: 
 
db2batch -d <dbname> -f <sql_file> -o r 1 p 5 e 2 -i complete -r 
<output_file> 
 
 
 
This APAR is to change the default isolation level of db2batch 
to UR.
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* All users on DB2 v0101 FP4 and lower                         * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 v101 FP5                                      * 
****************************************************************
Local-Fix:
As a local fix, specify -iso option of db2batch: 
 
db2batch -d <dbname> -f <sql_file> -o r 1 p 5 e 2 -i complete 
-iso UR -r <output_file>
Lösung
First Fixed in DB2 v101 FP5
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
23.10.2014
14.07.2015
14.07.2015
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version
10.1.0.5 FixList