Text : UPDATE xxx SET NOTREAD=1 WHERE id=730927
Text : INSERT INTO yyy(asign_id, taskcause, comments, submitter) VALUES(730927, 1, '', 93)
Text : UPDATE xxx SET NOTREAD=1 WHERE id=730927
Text : UPDATE xyz SET needappr=2178.38 WHERE idtask = 730927
PS:
http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp?topic=/com.ibm.db2.luw.messages.sql.doc/doc/msql01614n.html
SQL1614N
An I/O error occurred when activating an event monitor. Reason code = reason-code.
Explanation
An I/O error was detected when an event monitor was activated. >reason-code< is one of the following:
1
Encountered an unknown event monitor target type.
2
The Event monitor target path was not found.
3
Access to event monitor target path was denied.
4
Event monitor target path is not the name of a pipe.
5
No process has opened the event monitor target pipe for reading.
6
Encountered an unexpected I/O error.
User response
Where possible, fix the problem described by the reason code, and resubmit the SET EVENT MONITOR statement.
sqlcode: -1614
sqlstate: 58030
参考文档:Tuning DB2 Universal Database Using the Statement Event Monitor