Multidomain MDM
- Multidomain MDM 10.4
- All Products
Existing Lock / New Incoming Call | Batch – Exclusive Lock | Batch – Shared Lock | API Row-level Lock |
---|---|---|---|
Batch – Exclusive Lock | Immediately display an error message | Immediately display An error message | Wait for Batch_Lock_Wait_Seconds checking the lock existence. Display an error message if the lock is not cleared by the wait time. Called for each table to be locked. |
Batch – Shared Lock | Immediately display an error message | Immediately display An error message | Wait for Batch_Lock_Wait_Seconds to apply a row-level lock using FOR UPDATE SELECT. If the table does not manage the lock, display an error message. Called for each table to be locked. |
API - Row level lock | Immediately display an error message | Wait for API_Lock_Wait_Seconds to apply a row-level lock using FOR UPDATE SELECT. If table does not manage the lock, display An error message. | Wait for API_Lock_Wait_Seconds to apply a row-level lock using FOR UPDATE SELECT. If the table does not manage the lock, display an error message. Called for each table to be locked. |