saup007 发表于 2014-8-22 17:00:00

active session 的 sql_id 为 空

select distinct  t.SID,t.USERNAME,t.PROGRAM,t.SQL_ID,t2.SQL_TEXT,t.EVENT,t.LAST_CALL_ET,t.action,t.LOGON_TIME from v$session t ,v$Sql t2 where status='ACTIVE' and type='USER'
and t.SQL_ID=t2.SQL_ID(+) order by last_call_et;

event 都是 ‘log file sync’ , last_call_et 都为0,多次执行上面的SQL也都是0,这个怎么破呢?

环境,Redhat 5 x86_64  11.2.0.2 ,最高可用的dg环境,有配置dg broker。

感谢。。。不止一次了。

Maclean Liu(刘相兵 发表于 2014-8-25 14:39:22

oradebug setospid  你要TRACE的进程号;
oradebug dump errorstack 3 ;

给出trace

页: [1]
查看完整版本: active session 的 sql_id 为 空