(Contents)(Previous)(Next)

400 LOCK COLLISION

Explanation:

When the option '(NOWAIT)' is specified in the <lock statement> or in the <lock option>, this message signals that the lock request conflicts with the locks of other users.

User Action:

1. In interactive mode, another job can be activated which does not require the desired lock.

2. As an alternative, you can wait for the lock being released by specifying the same SQL statement without '(NOWAIT)' option.


(Contents)(Previous)(Next)