摘要:
一、常用sql 1.查看版本 2.数据库发生死锁时,跟踪文件的位置 关于跟踪文件,大义是oracle发生错误时,会写日志到跟踪文件,比如发生死锁时,该文件就是排查利器: Each server and background process can write to an associated tra 阅读全文
摘要:
一、常用的视图 1.会话相关视图 V$PROCESS Contains information about the currently active processes V$SESSION Lists session information for each current session V$SE 阅读全文
摘要:
一、问题及原因 程序里有个工具类,MQMessageSender.send(),这是个static方法,平时一般调用该方法来发送mq。 调用场景如下: 结果这两天报了个错: java.lang.NoClassDefFoundError: Could not initialize class com. 阅读全文