Derby

the Derby site
 
   

derby.locks.monitor

derby.locks.monitor

Function

Specifies that all deadlock errors are logged to the error log. If derby.stream.error.logSeverityLevel is set to ignore deadlock errors, derby.locks.monitor overrides it.

Default

False.

Examples

-- 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 Dynamic or Static Changes to Properties.


Previous Page
Next Page
Table of Contents
Index