select t.first_load_time,t.last_load_time,t.LAST_ACTIVE_TIME,t.* from v$sqlarea t order by t.LAST_ACTIVE_TIME desc;
oracle查询执行sql历史
阅读 51
2022-07-12
select t.first_load_time,t.last_load_time,t.LAST_ACTIVE_TIME,t.* from v$sqlarea t order by t.LAST_ACTIVE_TIME desc;
相关推荐
精彩评论(0)