Oracle 相关视图tips
dba_hist_snapshot: DBA_HIST_SNAPSHOT displays information about the snapshots in the Workload Repository.
dba_hist_active_sess_history:是v$active_session_history的一些取样的快照
dba_hist_sqltext:过去的sql记录,通过sql_id来查询sql_text
Oracle、Linux、Unix