Chapter Contents

Previous

Next
READ_ISOLATION_LEVEL=

READ_ISOLATION_LEVEL=



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

Default value: RC
Alias: RIL=


Syntax
Details

Syntax

READ_ISOLATION_LEVEL=S | RR | RC | RU | V

S = Serializable
RR = Repeatable Read
RC = Read Committed
RU = Read Uncommitted
V = Versioning


Details

The degree of isolation identifies

READ_ISOLATION_LEVEL= is ignored if READ_LOCK_TYPE= is not set to ROW.

The ODBC driver manager supports five isolation levels. The isolation levels are defined in terms of several possible occurrences:

The isolation levels for READ_ISOLATION_LEVEL= include the following:


Chapter Contents

Previous

Next

Top of Page

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