In the DBMaint.out log, there are CAUAJM_W_10998 Performance warning messages, regarding queries being executed in the AutoSys database
AutoSys 12.1.01
CAUAJM_W_10998 messages triggered when a query being executed by AutoSys breaches the threshold specified in the DBLibThresholdTime.
This parameter can be found in the instance configuration file ($AUTOUSER/config.$AUTOSERV):
Keyword: DBLibThresholdTime=<value>
Defines the time limit that any query in AutoSys should take to complete,when any query takes more than the configured value, then the applicationlogs a warning message in the scheduler or the application server log anduser can make a decision to check query plans and take corrective action.This will enable users avoid database related performance problems.
The valid values are as follows:
>0 = Specifies that any query can take so many seconds to limit, when any query exceeds the limit, application will log a warning.
Default : 10