1、抓取对应节点的堆栈信息
pstack 596283 >/home/dmdba/SP8.log
2、根据查询出来的TRX_ID号查询对应的SESS_ID
select sf_get_ep_seqno(rowid),* from v$sessions where eid in (select eid from v$sessions where TRX_ID='5427294298') order by 1;
3、查询线程信息
dpc.show_threads();
4、跟进线程号找的对应的信息
文章
阅读量
获赞