Chapter Contents |
Previous |
Next |
READ_ISOLATION_LEVEL= |
Default value: | None |
Syntax | |
Details |
Syntax |
READ_ISOLATION_LEVEL= ACCESS|READ|WRITE |
Effect: Permits other users to obtain a lock on the table or view.
Effect: Prevents other users from being granted a WRITE or EXCLUSIVE lock. It does not prevent other users from reading the object.
Effect: Prevents other users from acquiring any lock but ACCESS.
Details |
Specifying ACCESS can return inconsistent or unusual results. And, specifying WRITE is unnecessarily restrictive, locking the entire table until the read operation is finished. You cannot explicitly release a WRITE lock. It is only released when the DBMS object on which it is applied is closed. Therefore, whenever possible specify READ; it is usually adequate for most SAS/ACCESS processing.
For more information, see the LOCKING modifier in your Teradata SQL Reference manual, as well as Understanding the Scope of SAS/ACCESS Lock Options.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.