derby.locks.monitor The derby.locks.monitor property specifies that all deadlock errors are logged to the error log. derby.locks.monitor property Locksmonitoring Deadlocksmonitoring

If derby.stream.error.logSeverityLevel is set to ignore deadlock errors, derby.locks.monitor overrides it.

Default

False.

Example -- system property derby.locks.monitor=true CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY( 'derby.locks.monitor', 'true')
Dynamic or static

Dynamic; the change takes effect immediately. For information about dynamic changes to properties, see .