Entering content frame

Object documentation Isolation Level 1 or 10 Locate the document in its SAP Library structure

If isolation level 1 or 10 (committed) is specified, a shared lock is assigned to the transaction for a read row R1 of a table. When the next row R2 in the same table is read, the lock on R1 is released and a shared lock is assigned to the transaction for the row R2.

For data retrieval using a QUERY statement, the database system ensures that, at the time each row is read, no exclusive lock has been assigned to other transactions for the given row. It is impossible to predict, however, whether a query statement causes a shared lock for a row of the specified table or not and for which row this may occur.

When rows are inserted, updated or deleted, implicit exclusive locks are assigned to the transaction for the rows concerned. These cannot be released until the end of the transaction.

 

Leaving content frame