This happens when 2 conditions are met:
- UC_SYSTEM_SETTINGS > SERVER_OPTIONS is set to 'NNNNNNNNNNxNNNNN'. The number in the 11th position of SERVER_OPTIONS indicates that the bind parameter of all DB queries that are longer than x seconds will be logged
- The following query take more than x seconds:
U00003525 UCUDB: ===> 'SELECT OH_Idnr, OH_Client, COALESCE(OH_Moddate, OH_CrDate) AS OH_ModDate, OH_OType from OH WHERE (OH_ModDate > ? OR OH_CrDate > ?) AND OH_DeleteFlag = 0'