如何查看正在执行中的SQL语句?
2 个赞
可以参考参考:
select svr_ip, tenant, db, user, id, state, command, sql_id, trace_id, time, total_time, info from gv$ob_processlist where state = ‘active’ order by time desc limit;
2 个赞
三克油~
1 个赞
厉害!学习了
2 个赞