(Contents)(Previous)(Next)

Lock Modes

What types of locks are available?

There are read locks (shared mode) and write locks (exclusive mode). Read locks permit several users to read concurrently with each other, but prevent writing. Write locks permit a single user to write, while making the locked data inaccessible to other users.

In addition, ADABAS supports optimistic locks which can be used to determine whether database objects read have been modified in the meantime.

See also:

Isolation Levels


(Contents)(Previous)(Next)