摘要:
问题现象: java运行jar时,报 java.lang.UnsupportedClassVersionError java -jar main.jar -h 192.168.221.171 -u tdmp -p tdmp -d orcl -t tdmptabinfo Error: A JNI er 阅读全文
阅读排行榜
【DB2】Event monitor for locking
2017-11-17 17:10 by Ivan的一亩三分地, 1545 阅读, 收藏,
摘要:
Customer said, they got the following Errors in applications logs I checked the db2diag.log, there is no any logs related with the error. then I check 阅读全文
DB2 锁问题的监控和解决
2018-11-01 19:53 by Ivan的一亩三分地, 1532 阅读, 收藏,
摘要:
常见的锁问题包括: 锁等待 锁超时 锁升级 死锁 而根据问题的特性通常分为两种: 实时事件:问题正在发生 历史事件:问题已经过去 如果实时事件,DBA 可以通过查看表信息、GET SNAPSHOT 或者 db2pd/db2top 查看数据库当前的锁状况;这毕竟少数,往往锁问题都是历史事件,应用通过查 阅读全文
FAQ of db2fmp messages in the db2diag.log
2015-01-11 23:28 by Ivan的一亩三分地, 1479 阅读, 收藏,
摘要:
http://www-01.ibm.com/support/docview.wss?uid=swg21470035 Technote (FAQ) Question What do these messages from the db2fmp process mean? Cause This tech 阅读全文
db2 monitor event
2014-12-30 15:38 by Ivan的一亩三分地, 1397 阅读, 收藏,
摘要:
1.创建事件监控器至少需要哪些权限? DBADM authority SQLADM authority 2.事件监控器的种类有哪些? 3. db2 flush event monitor eventmonitorname命令的用途是什么 将当前的数据库监控数据写入到对应的文件中 4.打开或关闭监视器 阅读全文