Chapter Contents

Previous

Next
UPDATE_ISOLATION_LEVEL=

UPDATE_ISOLATION_LEVEL=



Defines the degree of isolation of the current application process from other concurrently running application processes.

Default value: CS
Alias: UIL=


Syntax
Details

Syntax

UPDATE_ISOLATION_LEVEL= CS | RS | RR

CS = Cursor Stability
RS = Read Stability
RR = Repeatable Read


Details

The degree of isolation identifies

The DB2 database manager supports three isolation levels. Regardless of the isolation level, the database manager places exclusive locks on every row that is inserted, updated, or deleted. Thus, all isolation levels ensure that any row that is changed by this application process during a unit of work is not changed by any other application process until the unit of work is complete. The isolation levels are defined in terms of several possible occurrences:

The isolation levels for UPDATE_ISOLATION_LEVEL= include the following:

UPDATE_ISOLATION_LEVEL= is ignored if UPDATE_LOCK_TYPE= is not set to ROW.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.