First page Back Continue Last page Graphic
Pessimistic Locking
- Reliable- No two transactions can use the same object
- Transaction is assured to commit
 
- When to use- Transaction must be able to modify object
- Default for created/deleted objects
 
- Cooperative- Other applications must use FOR UPDATE