码迷,mamicode.com
首页 > 系统相关 > 详细

ogg:Extract 进程遇长事务执行 Forcestop 引发的惨案

时间:2017-07-18 15:30:24      阅读:270      评论:0      收藏:0      [点我收藏+]

标签:top   sid   update   sql_id   nbsp   date   action   ogr   extract   

http://www.linuxidc.com/Linux/2015-04/115777.htm

SQL> select t.addr,t.START_DATE from v$transaction t;

ADDR		 	   START_DAT
----------------   ---------
0000000136AED710   14-JUL-17

SQL> select t.PREV_SQL_ID from v$session t where taddr=‘0000000136AED710‘;

PREV_SQL_ID   
------------- 
03pf17fpsva6s

SQL> select sql_text from v$sqltext t where t.sql_id=‘03pf17fpsva6s‘;

SQL_TEXT
----------------------------------------------------------------
UPDATE ACTIVEMQ_LOCK SET TIME = :1  WHERE ID = 1

SQL> select t.SID,t.MACHINE,t.PROGRAM from v$session t where taddr=‘0000000136AED710‘;
                                      
       SID   MACHINE    			  	PROGRAM
----------   -----------------------  -----------------------------------------
       141   localhost.localdomain     JDBC Thin Client

 

ogg:Extract 进程遇长事务执行 Forcestop 引发的惨案

标签:top   sid   update   sql_id   nbsp   date   action   ogr   extract   

原文地址:http://www.cnblogs.com/jycjy/p/7200226.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!