select t.SQL_TEXT, t.FIRST_LOAD_TIME from v$sqlarea t where t.FIRST_LOAD_TIME like '2014-04-24%' order by t.FIRST_LOAD_TIME desc
查询ORACLE的历史操作记录
最新推荐文章于 2024-09-19 08:59:57 发布
select t.SQL_TEXT, t.FIRST_LOAD_TIME from v$sqlarea t where t.FIRST_LOAD_TIME like '2014-04-24%' order by t.FIRST_LOAD_TIME desc