Lock table resources
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Lock table resources
SHARE-LOCKs and EXCLUSIVE-LOCKs
use up entries in a lock table maintained by the database manager.
The possible number of entries in the lock table defaults to 500.
You can change this number using the Lock Table Entries (-L)
startup parameter for your OpenEdge session. The AVM stops a program
if it attempts to access a record that causes it to overflow the
lock table.