Back Forward Understanding object locking

Concepts and terms

  

PRPC implements locks separately from the locking mechanism supplied by the database software (such as Oracle) that supports the PegaRULES database. Locks are exclusive to one Thread, and operate system-wide in a multinode PRPC system.

 Basics

 Viewing locks held

 The lock string

 Expired ("soft") locks

 Releasing locks

 Testing for locks

 Debugging

Related topics Designer Studio basics
Understanding transactions in flow executions
Commit method
Page-Unlock method

UpConcepts