oracle生成awr报告
2013-12-12
1.先获取到两次AWR快照的ID SQL> select snap_id from (SELECT * FROM dba_hist_snapshot ORDER BY snap_id desc) where rownum <= 2; &nbs...
1.先获取到两次AWR快照的ID SQL> select snap_id from (SELECT * FROM dba_hist_snapshot ORDER BY snap_id desc) where rownum <= 2; &nbs...