查找当前在框中运行的查询。

sql
阅读 48 收藏 0 点赞 0 评论 0

.sql
select *
from v$sqltext_with_newlines t,V$SESSION s
where t.address =s.sql_address
and t.hash_value = s.sql_hash_value
and s.status = 'ACTIVE'
and s.username <> 'SYSTEM'
order by s.sid,t.piece;
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号