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: Provider specifies
Alias: RIL=
Option type: LIBNAME and Data set


Syntax
Details

Syntax

READ_ISOLATION_LEVEL=S | RR | RC | RU

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


Details

The degree of isolation identifies

The READ_ISOLATION_LEVEL= option applies only when reading a DBMS table or view. By default, this option is not set. The provider sets the default value. If READ_LOCK_TYPE= is not set to ROW, then READ_ISOLATION_LEVEL= is ignored .

OLE DB 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.